mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Warmer lights
This commit is contained in:
@@ -4,7 +4,7 @@ blueprint:
|
|||||||
input:
|
input:
|
||||||
light:
|
light:
|
||||||
day_temp:
|
day_temp:
|
||||||
default: 300
|
default: 350
|
||||||
evening_temp:
|
evening_temp:
|
||||||
default: 400
|
default: 400
|
||||||
night_temp:
|
night_temp:
|
||||||
@@ -51,6 +51,8 @@ action:
|
|||||||
- condition: sun
|
- condition: sun
|
||||||
after: sunset
|
after: sunset
|
||||||
after_offset: "+03:00:00"
|
after_offset: "+03:00:00"
|
||||||
|
- condition: sun
|
||||||
|
before: sunrise
|
||||||
sequence:
|
sequence:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: !input light
|
entity_id: !input light
|
||||||
|
|||||||
Reference in New Issue
Block a user