mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 18:08:45 +00:00
Add / revert temperature automations
This commit is contained in:
@@ -75,8 +75,17 @@ cards:
|
|||||||
- automation.lighting_turn_off_all_lights_after_sunrise
|
- automation.lighting_turn_off_all_lights_after_sunrise
|
||||||
- type: divider
|
- type: divider
|
||||||
- automation.lighting_temperature_adjust_on_start
|
- automation.lighting_temperature_adjust_on_start
|
||||||
- automation.lighting_temperature_sunset
|
- automation.lighting_temperature_sunset_living_room_main
|
||||||
- automation.lighting_temperature_night
|
- automation.lighting_temperature_sunset_pc
|
||||||
|
- automation.lighting_temperature_sunset_bedroom_main
|
||||||
|
- automation.lighting_temperature_sunset_kitchen_main
|
||||||
|
- automation.lighting_temperature_sunset_kitchen_secondary
|
||||||
|
- automation.lighting_temperature_night_living_room_main
|
||||||
|
- automation.lighting_temperature_night_pc
|
||||||
|
- automation.lighting_temperature_night_bedroom_main
|
||||||
|
- automation.lighting_temperature_night_kitchen_main
|
||||||
|
- automation.lighting_temperature_night_kitchen_secondary
|
||||||
|
- automation.lighting_temperature_adjust_on_start
|
||||||
- type: divider
|
- type: divider
|
||||||
- automation.lighting_bedroom_door_open
|
- automation.lighting_bedroom_door_open
|
||||||
- type: divider
|
- type: divider
|
||||||
|
|||||||
@@ -10,27 +10,77 @@ automation:
|
|||||||
- light.kitchen_main
|
- light.kitchen_main
|
||||||
- light.kitchen_secondary
|
- light.kitchen_secondary
|
||||||
|
|
||||||
- alias: Lighting · Temperature · Sunset
|
- alias: Lighting · Temperature · Sunset · Living room main
|
||||||
use_blueprint:
|
use_blueprint:
|
||||||
path: light_sun_set_temperature.yaml
|
path: light_sun_set_temperature.yaml
|
||||||
input:
|
input:
|
||||||
light:
|
light: light.living_room_main
|
||||||
- light.living_room_main
|
|
||||||
- light.pc
|
|
||||||
- light.master_bedroom_main
|
|
||||||
- light.kitchen_main
|
|
||||||
- light.kitchen_secondary
|
|
||||||
temp: 400
|
temp: 400
|
||||||
|
|
||||||
- alias: Lighting ·Temperature · Night
|
- alias: Lighting · Temperature · Sunset · PC
|
||||||
use_blueprint:
|
use_blueprint:
|
||||||
path: light_sun_set_temperature.yaml
|
path: light_sun_set_temperature.yaml
|
||||||
input:
|
input:
|
||||||
light:
|
light: light.pc
|
||||||
- light.living_room_main
|
temp: 400
|
||||||
- light.pc
|
|
||||||
- light.master_bedroom_main
|
- alias: Lighting · Temperature · Sunset · Bedroom main
|
||||||
- light.kitchen_main
|
use_blueprint:
|
||||||
- light.kitchen_secondary
|
path: light_sun_set_temperature.yaml
|
||||||
|
input:
|
||||||
|
light: light.master_bedroom_main
|
||||||
|
temp: 400
|
||||||
|
|
||||||
|
- alias: Lighting · Temperature · Sunset · Kitchen main
|
||||||
|
use_blueprint:
|
||||||
|
path: light_sun_set_temperature.yaml
|
||||||
|
input:
|
||||||
|
light: light.kitchen_main
|
||||||
|
temp: 400
|
||||||
|
|
||||||
|
- alias: Lighting · Temperature · Sunset · Kitchen secondary
|
||||||
|
use_blueprint:
|
||||||
|
path: light_sun_set_temperature.yaml
|
||||||
|
input:
|
||||||
|
light: light.kitchen_secondary
|
||||||
|
temp: 400
|
||||||
|
|
||||||
|
- alias: Lighting ·Temperature · Night · Living room main
|
||||||
|
use_blueprint:
|
||||||
|
path: light_sun_set_temperature.yaml
|
||||||
|
input:
|
||||||
|
light: light.living_room_main
|
||||||
|
temp: 500
|
||||||
|
after_offset: "+03:00:00"
|
||||||
|
|
||||||
|
- alias: Lighting ·Temperature · Night · PC
|
||||||
|
use_blueprint:
|
||||||
|
path: light_sun_set_temperature.yaml
|
||||||
|
input:
|
||||||
|
light: light.pc
|
||||||
|
temp: 500
|
||||||
|
after_offset: "+03:00:00"
|
||||||
|
|
||||||
|
- alias: Lighting ·Temperature · Night · Bedroom main
|
||||||
|
use_blueprint:
|
||||||
|
path: light_sun_set_temperature.yaml
|
||||||
|
input:
|
||||||
|
light: light.master_bedroom_main
|
||||||
|
temp: 500
|
||||||
|
after_offset: "+03:00:00"
|
||||||
|
|
||||||
|
- alias: Lighting ·Temperature · Night · Kitchen main
|
||||||
|
use_blueprint:
|
||||||
|
path: light_sun_set_temperature.yaml
|
||||||
|
input:
|
||||||
|
light: light.kitchen_main
|
||||||
|
temp: 500
|
||||||
|
after_offset: "+03:00:00"
|
||||||
|
|
||||||
|
- alias: Lighting ·Temperature · Night · Kitchen secondary
|
||||||
|
use_blueprint:
|
||||||
|
path: light_sun_set_temperature.yaml
|
||||||
|
input:
|
||||||
|
light: light.kitchen_secondary
|
||||||
temp: 500
|
temp: 500
|
||||||
after_offset: "+03:00:00"
|
after_offset: "+03:00:00"
|
||||||
|
|||||||
Reference in New Issue
Block a user