1
0

Fix 3D Printer automations

change entity_id after switch to openzwave
This commit is contained in:
Przemek Grondek 2022-01-05 00:19:58 +01:00
parent ee9017becd
commit 7d732ce699

View File

@ -5,7 +5,7 @@
- type: value - type: value
platform: device platform: device
device_id: 58e9b8fc848631004a3c1e303ff25229 device_id: 58e9b8fc848631004a3c1e303ff25229
entity_id: sensor.3d_printer_power entity_id: sensor.3d_printer_electric_consumption_w
domain: sensor domain: sensor
below: 30 below: 30
for: for:
@ -77,7 +77,7 @@
entity_id: binary_sensor.octoprint_printing entity_id: binary_sensor.octoprint_printing
state: 'off' state: 'off'
- condition: numeric_state - condition: numeric_state
entity_id: sensor.3d_printer_power entity_id: sensor.3d_printer_electric_consumption_w
below: '30' below: '30'
sequence: sequence:
- service: switch.turn_off - service: switch.turn_off