Warmer lights

This commit is contained in:
2021-05-20 10:48:15 +03:00
parent 41977b676f
commit e0fe119547
@@ -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