Fix bottom button in master bedroom switching both fan and closet light
This commit is contained in:
@ -1135,43 +1135,43 @@
|
|||||||
input:
|
input:
|
||||||
dimmer_device: 47cce1f5af5137fcb398dec76adbd23e
|
dimmer_device: 47cce1f5af5137fcb398dec76adbd23e
|
||||||
on_long_action:
|
on_long_action:
|
||||||
- service: input_select.select_option
|
- data:
|
||||||
data:
|
|
||||||
option: Adaptive
|
option: Adaptive
|
||||||
target:
|
target:
|
||||||
entity_id: input_select.master_bedroom_scenes
|
entity_id: input_select.master_bedroom_scenes
|
||||||
|
action: input_select.select_option
|
||||||
brightness_up_short_action:
|
brightness_up_short_action:
|
||||||
- service: switch.turn_off
|
- data: {}
|
||||||
data: {}
|
|
||||||
target:
|
target:
|
||||||
entity_id: switch.adaptive_lighting_master_bedroom
|
entity_id: switch.adaptive_lighting_master_bedroom
|
||||||
|
action: switch.turn_off
|
||||||
brightness_up_long_action:
|
brightness_up_long_action:
|
||||||
- service: switch.turn_off
|
- data: {}
|
||||||
data: {}
|
|
||||||
target:
|
target:
|
||||||
entity_id: switch.adaptive_lighting_master_bedroom
|
entity_id: switch.adaptive_lighting_master_bedroom
|
||||||
|
action: switch.turn_off
|
||||||
brightness_down_short_action:
|
brightness_down_short_action:
|
||||||
- service: switch.turn_off
|
- data: {}
|
||||||
data: {}
|
|
||||||
target:
|
target:
|
||||||
entity_id: switch.adaptive_lighting_master_bedroom
|
entity_id: switch.adaptive_lighting_master_bedroom
|
||||||
|
action: switch.turn_off
|
||||||
brightness_down_long_action:
|
brightness_down_long_action:
|
||||||
- service: switch.turn_off
|
- data: {}
|
||||||
data: {}
|
|
||||||
target:
|
target:
|
||||||
entity_id: switch.adaptive_lighting_master_bedroom
|
entity_id: switch.adaptive_lighting_master_bedroom
|
||||||
|
action: switch.turn_off
|
||||||
off_long_action:
|
off_long_action:
|
||||||
- service: input_select.select_option
|
- data:
|
||||||
data:
|
|
||||||
option: Side Nightlight
|
option: Side Nightlight
|
||||||
target:
|
target:
|
||||||
entity_id: input_select.master_bedroom_scenes
|
entity_id: input_select.master_bedroom_scenes
|
||||||
|
action: input_select.select_option
|
||||||
off_short_action:
|
off_short_action:
|
||||||
- service: fan.toggle
|
- action: light.toggle
|
||||||
metadata: {}
|
metadata: {}
|
||||||
data: {}
|
data: {}
|
||||||
target:
|
target:
|
||||||
entity_id: fan.master_bedroom_fan
|
entity_id: light.master_bedroom_closet
|
||||||
- id: '1682550357188'
|
- id: '1682550357188'
|
||||||
alias: Emma Bedroom Switch Handler
|
alias: Emma Bedroom Switch Handler
|
||||||
description: ''
|
description: ''
|
||||||
|
Reference in New Issue
Block a user