mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-18 11:16:37 +00:00
Closes #125 - Thanks to @chrio 's excellent suggestion to prevent doubleclicks!
This commit is contained in:
@@ -8,5 +8,12 @@
|
|||||||
event_type: brooklyn_dash
|
event_type: brooklyn_dash
|
||||||
|
|
||||||
action:
|
action:
|
||||||
|
# Disable this automation
|
||||||
|
- service: automation.turn_off
|
||||||
|
entity_id: dash_buttons.yaml
|
||||||
- service: light.toggle
|
- service: light.toggle
|
||||||
entity_id: light.office_lamp
|
entity_id: light.office_lamp
|
||||||
|
- delay:
|
||||||
|
minutes: 1
|
||||||
|
# enable this automation - This prevents duplicate pushes.
|
||||||
|
- service: automation.turn_on
|
||||||
|
Reference in New Issue
Block a user