Home-AssistantConfig/config/automation/dash_buttons.yaml

22 lines
684 B
YAML
Raw Normal View History

2018-01-02 00:00:45 +00:00
###################################
## Press an [Amazon Dash Buttons](https://amzn.to/2dPKZhM) and then stuff happens.
2018-01-02 00:00:45 +00:00
###################################
- alias: 'Toggle Office Light on/off'
2020-07-20 18:33:03 +00:00
id: ff021afa-3f71-4296-a395-75a12fdc5df3
2018-01-02 00:00:45 +00:00
trigger:
- platform: event
event_type: office_lamp_dash
action:
# Disable this automation
- service: automation.turn_off
entity_id: automation.toggle_office_light_on_off
2018-01-02 00:00:45 +00:00
- service: light.toggle
entity_id: light.office_lamp
- delay:
minutes: 1
# enable this automation - This prevents duplicate pushes.
- service: automation.turn_on
entity_id: automation.toggle_office_light_on_off