You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
490 B
19 lines
490 B
######################################################################
|
|
## Time to work - Set it up!
|
|
######################################################################
|
|
|
|
- alias: Time to Work
|
|
trigger:
|
|
- platform: event
|
|
event_type: work
|
|
|
|
action:
|
|
- service: light.turn_off
|
|
entity_id:
|
|
- group.dinette
|
|
- group.kitchen
|
|
- group.living_room
|
|
- service: light.turn_on
|
|
entity_id:
|
|
- light.office_lamp
|