Fix 3D Printer automations
change entity_id after switch to openzwave
This commit is contained in:
parent
ee9017becd
commit
7d732ce699
@ -5,7 +5,7 @@
|
||||
- type: value
|
||||
platform: device
|
||||
device_id: 58e9b8fc848631004a3c1e303ff25229
|
||||
entity_id: sensor.3d_printer_power
|
||||
entity_id: sensor.3d_printer_electric_consumption_w
|
||||
domain: sensor
|
||||
below: 30
|
||||
for:
|
||||
@ -77,7 +77,7 @@
|
||||
entity_id: binary_sensor.octoprint_printing
|
||||
state: 'off'
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.3d_printer_power
|
||||
entity_id: sensor.3d_printer_electric_consumption_w
|
||||
below: '30'
|
||||
sequence:
|
||||
- service: switch.turn_off
|
||||
|
Loading…
Reference in New Issue
Block a user