2017-01-16 17:14:29 +00:00
|
|
|
###################################
|
|
|
|
## Press an [Amazon Dash Buttons](http://amzn.to/2dPKZhM) and then stuff happens.
|
|
|
|
###################################
|
|
|
|
|
|
|
|
- alias: 'Toggle Office Light on/off'
|
|
|
|
trigger:
|
|
|
|
- platform: event
|
|
|
|
event_type: brooklyn_dash
|
2017-02-19 21:04:05 +00:00
|
|
|
|
2017-01-16 17:14:29 +00:00
|
|
|
action:
|
2017-04-04 15:48:38 +00:00
|
|
|
# Disable this automation
|
|
|
|
- service: automation.turn_off
|
2017-04-09 22:32:12 +00:00
|
|
|
entity_id: automation.toggle_office_light_onoff
|
2017-01-16 17:14:29 +00:00
|
|
|
- service: light.toggle
|
|
|
|
entity_id: light.office_lamp
|
2017-04-04 15:48:38 +00:00
|
|
|
- delay:
|
|
|
|
minutes: 1
|
|
|
|
# enable this automation - This prevents duplicate pushes.
|
|
|
|
- service: automation.turn_on
|