Closes #125 - Thanks to @chrio 's excellent suggestion to prevent doubleclicks!

This commit is contained in:
CCOSTAN
2017-04-04 15:48:38 +00:00
parent 8da35e2a09
commit 6bc502e475

View File

@@ -8,5 +8,12 @@
event_type: brooklyn_dash
action:
# Disable this automation
- service: automation.turn_off
entity_id: dash_buttons.yaml
- service: light.toggle
entity_id: light.office_lamp
- delay:
minutes: 1
# enable this automation - This prevents duplicate pushes.
- service: automation.turn_on