mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-26 22:36:16 +00:00
minor updates...
This commit is contained in:
@@ -356,22 +356,11 @@ script:
|
||||
master_bedroom_lights_w_level:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
entity_id: light.jeff_lamp_level_light_color_on_off
|
||||
entity_id: light.jeff_lamp_level_light_color_on_off, light.tower_spotlight_level_on_off, light.kat_lamp
|
||||
data:
|
||||
brightness: >
|
||||
{{ level | int }}
|
||||
color_temp: 369
|
||||
- service: light.turn_on
|
||||
entity_id: light.tower_spotlight_level_on_off
|
||||
data:
|
||||
brightness: >
|
||||
{{ level | int }}
|
||||
color_temp: 369
|
||||
- service: light.turn_on
|
||||
entity_id: light.kat_lamp
|
||||
data:
|
||||
brightness: >
|
||||
{{ level | int }}
|
||||
|
||||
|
||||
master_bedroom_morning_wakeup_lighting:
|
||||
|
Reference in New Issue
Block a user