1
0

Fix mk3.9 automations

This commit is contained in:
Przemek Grondek 2023-11-16 18:38:10 +01:00
parent 9703ebd7e3
commit 268b44228b

View File

@ -9,7 +9,7 @@
condition:
- condition: state
entity_id: sensor.prusa_mk39
state: 'Idle'
state: idle
action:
- service: switch.turn_off
target:
@ -25,8 +25,8 @@
trigger:
- platform: state
entity_id: sensor.prusa_mk39
from: 'Printing'
to: 'Idle'
from: printing
to: idle
action:
- service: notify.mobile_app_iphone
data:
@ -74,7 +74,7 @@
state: 'on'
- condition: state
entity_id: sensor.prusa_mk39
state: 'Idle'
state: idle
- condition: numeric_state
entity_id: sensor.3d_printer_electric_consumption_w
below: '30'
@ -93,8 +93,8 @@
trigger:
- platform: state
entity_id: sensor.prusa_mk39
from: 'Idle'
to: 'Printing'
from: idle
to: printing
condition:
- condition: numeric_state
entity_id: sensor.prusa_mk39_heatbed_target_temperature