mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-19 07:47:27 +00:00
19 lines
511 B
YAML
Executable File
19 lines
511 B
YAML
Executable File
######################################################################
|
|
## 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_lights
|
|
- group.kitchen_lights
|
|
- group.living_room_lights
|
|
- service: light.turn_on
|
|
entity_id:
|
|
- light.office_lamp
|