Adjustments to living room switch

This commit is contained in:
2023-04-25 21:14:36 -04:00
parent 85ed6cf929
commit 14dd85a61c

View File

@ -903,15 +903,21 @@
brightness_up_short_action: [] brightness_up_short_action: []
brightness_down_short_action: [] brightness_down_short_action: []
off_short_action: off_short_action:
- service: input_boolean.turn_on - if:
data: {} - condition: state
target: entity_id: binary_sensor.early_night_mode
entity_id: input_boolean.living_room_dynamic_scenes state: 'on'
- service: input_select.select_option then:
data: - service: script.evening_on_first_floor
option: Tokyo data: {}
target: else:
entity_id: input_select.living_room_scenes - service: light.turn_off
data: {}
target:
entity_id:
- light.living_room_lights
- light.dining_room_lamp
- light.tina_desk_lights
brightness_up_long_action: [] brightness_up_long_action: []
brightness_down_long_action: [] brightness_down_long_action: []
off_long_action: off_long_action: