Update bathroom button from switch to light
This commit is contained in:
parent
168d7f2020
commit
8027112237
@ -8,12 +8,12 @@
|
||||
subtype: turn_on
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_on
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id:
|
||||
- switch.mirror_left
|
||||
- switch.mirror_middle
|
||||
- switch.mirror_right
|
||||
- light.mirror_left
|
||||
- light.mirror_middle
|
||||
- light.mirror_right
|
||||
mode: single
|
||||
- id: button-bathroom-off
|
||||
alias: Button Off computer cave
|
||||
@ -25,12 +25,12 @@
|
||||
subtype: turn_off
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_off
|
||||
- service: light.turn_off
|
||||
data:
|
||||
entity_id:
|
||||
- switch.mirror_left
|
||||
- switch.mirror_middle
|
||||
- switch.mirror_right
|
||||
- light.mirror_left
|
||||
- light.mirror_middle
|
||||
- light.mirror_right
|
||||
mode: single
|
||||
#- id: button-bathroom-hold-on
|
||||
# alias: Button Hold On computer cave
|
||||
@ -42,7 +42,7 @@
|
||||
# command: move_with_on_off
|
||||
# condition: []
|
||||
# action:
|
||||
# - service: switch.turn_on
|
||||
# - service: light.turn_on
|
||||
# data:
|
||||
# entity_id:
|
||||
# - light.tv_left
|
||||
|
Loading…
Reference in New Issue
Block a user