Home-AssistantConfig/config/automation/work.yaml

24 lines
643 B
YAML
Raw Normal View History

2018-01-02 00:00:45 +00:00
######################################################################
## Time to work - Set it up!
######################################################################
- alias: Time to Work
2020-07-20 18:33:03 +00:00
id: 5ccdc0c7-5a90-4d0d-b3dd-d855fa6cf77d
2018-01-02 00:00:45 +00:00
trigger:
- platform: state
entity_id: input_boolean.work
to: 'on'
from: 'off'
action:
- service: light.turn_off
entity_id:
- light.dinette_lights
- light.kitchen_lights
- light.living_room_lights
2018-01-02 00:00:45 +00:00
- service: light.turn_on
entity_id:
- light.office_lamp
- service: input_boolean.turn_off
entity_id: input_boolean.work