Turn 3d printer lights back on
This commit is contained in:
parent
539bf9518b
commit
12cfc7ef7e
@ -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
|
Loading…
Reference in New Issue
Block a user