Update fan exhaust entity id
This commit is contained in:
parent
6b8390befc
commit
d49f17b5a7
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user