1
0

Turn 3d printer lights back on

This commit is contained in:
Przemek Grondek 2023-04-08 22:34:21 +02:00
parent 539bf9518b
commit 12cfc7ef7e

View File

@ -135,6 +135,14 @@ good_morning:
target:
entity_id:
- climate.bedroom_thermostat
- choose:
- conditions:
- condition: state
entity_id: switch.3d_printer
state: 'on'
sequence:
- service: light.turn_on
entity_id: light.3d_printer_light
mode: single
icon: mdi:weather-sunny
@ -241,5 +249,13 @@ arrive_home:
target:
entity_id:
- climate.office_thermostat
- choose:
- conditions:
- condition: state
entity_id: switch.3d_printer
state: 'on'
sequence:
- service: light.turn_on
entity_id: light.3d_printer_light
mode: single
icon: mdi:home-import-outline