mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-19 07:47:27 +00:00
Just Toggle it!
This commit is contained in:
parent
604cd100d8
commit
a503beb404
@ -2,32 +2,27 @@
|
||||
## Press a dash Button and then stuff happens.
|
||||
###################################
|
||||
|
||||
- alias: 'Toggle Office Light on if off'
|
||||
- alias: 'Toggle Office Light on/off'
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: brooklyn_dash
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: light.office_lamp
|
||||
state: 'off'
|
||||
|
||||
|
||||
action:
|
||||
- service: light.turn_on
|
||||
- service: light.toggle
|
||||
entity_id: light.office_lamp
|
||||
|
||||
|
||||
- alias: 'Toggle Office Light off if on'
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: brooklyn_dash
|
||||
# - alias: 'Toggle Office Light off if on'
|
||||
# trigger:
|
||||
# - platform: event
|
||||
# event_type: brooklyn_dash
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: light.office_lamp
|
||||
state: 'on'
|
||||
# condition:
|
||||
# - condition: state
|
||||
# entity_id: light.office_lamp
|
||||
# state: 'on'
|
||||
|
||||
action:
|
||||
- service: light.turn_off
|
||||
entity_id: light.office_lamp
|
||||
# action:
|
||||
# - service: light.turn_off
|
||||
# entity_id: light.office_lamp
|
||||
|
Loading…
x
Reference in New Issue
Block a user