mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Various improvements to automations and UI
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
blueprint:
|
||||
name: Light sun set temperature
|
||||
domain: automation
|
||||
input:
|
||||
light:
|
||||
temp:
|
||||
after_offset:
|
||||
default: "+00:00:00"
|
||||
|
||||
trigger:
|
||||
platform: sun
|
||||
event: sunset
|
||||
offset: !input after_offset
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: !input light
|
||||
state: "on"
|
||||
action:
|
||||
- service: light.turn_on
|
||||
entity_id: !input light
|
||||
data:
|
||||
color_temp: !input temp
|
||||
Reference in New Issue
Block a user