From fce3619f6da7b6318431e47a5d36c358f24c2bbf Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Tue, 24 Aug 2021 03:42:13 +0200 Subject: [PATCH] Turn off enclosure fan when printer is turned off --- configuration/automations/3d-printer.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration/automations/3d-printer.yaml b/configuration/automations/3d-printer.yaml index 1f2b78c..970f580 100644 --- a/configuration/automations/3d-printer.yaml +++ b/configuration/automations/3d-printer.yaml @@ -19,6 +19,8 @@ action: - service: switch.turn_off entity_id: switch.3d_printer_switch + - service: switch.turn_off + entity_id: switch.3d_printer_enclosure_fan_on_off - id: 3dprinter-on alias: '[3D Printer] Turn on'