mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Update light temperature automations
This commit is contained in:
@@ -139,24 +139,3 @@ automation:
|
||||
action:
|
||||
- service: light.turn_on
|
||||
entity_id: light.master_bedroom_main
|
||||
|
||||
- alias: Lighting · Bedroom · Temperature · Adjust on start
|
||||
use_blueprint:
|
||||
path: light_on_set_temperature.yaml
|
||||
input:
|
||||
light: light.master_bedroom_main
|
||||
|
||||
- alias: Lighting · Bedroom · Temperature · Sunset
|
||||
use_blueprint:
|
||||
path: light_sun_set_temperature.yaml
|
||||
input:
|
||||
light: light.master_bedroom_main
|
||||
temp: 400
|
||||
|
||||
- alias: Lighting · Bedroom · Temperature · Night
|
||||
use_blueprint:
|
||||
path: light_sun_set_temperature.yaml
|
||||
input:
|
||||
light: light.master_bedroom_main
|
||||
temp: 500
|
||||
after_offset: "+03:00:00"
|
||||
|
||||
@@ -97,44 +97,3 @@ automation:
|
||||
entity_id: light.browser_kitchen
|
||||
data:
|
||||
brightness_pct: 1
|
||||
|
||||
- alias: Lighting · Kitchen · Temperature · Main · Adjust on start
|
||||
use_blueprint:
|
||||
path: light_on_set_temperature.yaml
|
||||
input:
|
||||
light: light.kitchen_main
|
||||
|
||||
- alias: Lighting · Kitchen · Temperature · Secondary · Adjust on start
|
||||
use_blueprint:
|
||||
path: light_on_set_temperature.yaml
|
||||
input:
|
||||
light: light.kitchen_secondary
|
||||
|
||||
- alias: Lighting · Kitchen · Temperature · Main · Sunset
|
||||
use_blueprint:
|
||||
path: light_sun_set_temperature.yaml
|
||||
input:
|
||||
light: light.kitchen_main
|
||||
temp: 400
|
||||
|
||||
- alias: Lighting · Kitchen · Temperature · Secondary · Sunset
|
||||
use_blueprint:
|
||||
path: light_sun_set_temperature.yaml
|
||||
input:
|
||||
light: light.kitchen_secondary
|
||||
temp: 400
|
||||
|
||||
- alias: Lighting · Kitchen · Temperature · Main · Night
|
||||
use_blueprint:
|
||||
path: light_sun_set_temperature.yaml
|
||||
input:
|
||||
light: light.kitchen_main
|
||||
temp: 500
|
||||
after_offset: "+03:00:00"
|
||||
|
||||
- alias: Lighting · Kitchen · Temperature · Secondary · Night
|
||||
use_blueprint:
|
||||
path: light_sun_set_temperature.yaml
|
||||
input:
|
||||
light: light.kitchen_secondary
|
||||
temp: 500
|
||||
|
||||
@@ -21,31 +21,3 @@ scene:
|
||||
state: "on"
|
||||
color_temp: 284
|
||||
brightness_pct: 80
|
||||
|
||||
automation:
|
||||
- alias: Lighting · Living Room · Temperature · Adjust on start
|
||||
use_blueprint:
|
||||
path: light_on_set_temperature.yaml
|
||||
input:
|
||||
light:
|
||||
- light.living_room_main
|
||||
- light.pc
|
||||
|
||||
- alias: Lighting · Living Room · Temperature · Sunset
|
||||
use_blueprint:
|
||||
path: light_sun_set_temperature.yaml
|
||||
input:
|
||||
light:
|
||||
- light.living_room_main
|
||||
- light.pc
|
||||
temp: 400
|
||||
|
||||
- alias: Lighting · Living Room · Temperature · Night
|
||||
use_blueprint:
|
||||
path: light_sun_set_temperature.yaml
|
||||
input:
|
||||
light:
|
||||
- light.living_room_main
|
||||
- light.pc
|
||||
temp: 500
|
||||
after_offset: "+03:00:00"
|
||||
|
||||
Reference in New Issue
Block a user