mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 17:06:15 +00:00
19 lines
490 B
YAML
19 lines
490 B
YAML
|
######################################################################
|
||
|
## 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
|