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