From d49f17b5a782e4a1c06a8fbc906447f26e15fda1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Grondek?= Date: Wed, 26 Jun 2024 19:37:01 +0200 Subject: [PATCH] Update fan exhaust entity id --- configuration/automations/3d-printer.yaml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/configuration/automations/3d-printer.yaml b/configuration/automations/3d-printer.yaml index caff86b..ec723b7 100644 --- a/configuration/automations/3d-printer.yaml +++ b/configuration/automations/3d-printer.yaml @@ -20,7 +20,10 @@ target: entity_id: - switch.3d_printer - - switch.3d_printer_enclosure_fan_on_off + - service: fan.turn_off + target: + entity_id: + - fan.esp_3dprinter_controller_mk4_exhaust - service: light.turn_off entity_id: light.3d_printer_light @@ -114,7 +117,10 @@ target: entity_id: - switch.3d_printer - - switch.3d_printer_enclosure_fan_on_off + - service: fan.turn_off + target: + entity_id: + - fan.esp_3dprinter_controller_mk4_exhaust - service: light.turn_off entity_id: light.3d_printer_light @@ -136,9 +142,9 @@ entity_id: sensor.prusa_mk39_material state: PETG action: - - service: switch.turn_on + - service: fan.turn_on target: - entity_id: switch.3d_printer_enclosure_fan_on_off + entity_id: fan.esp_3dprinter_controller_mk4_exhaust - id: prusa_mk39_nevermore_on alias: '[Prusa MK3.9] Nevermore on' @@ -178,9 +184,9 @@ from: printing to: idle action: - - service: switch.turn_off + - service: fan.turn_off target: - entity_id: switch.3d_printer_enclosure_fan_on_off + entity_id: fan.esp_3dprinter_controller_mk4_exhaust - id: prusa_mk39_pause_notify alias: '[Prusa MK3.9] Notify about paused print'