mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
Parallel temperature automations
This commit is contained in:
@@ -11,6 +11,7 @@ script:
|
||||
|
||||
automation:
|
||||
- alias: Lighting · Temperature · Adjust on start
|
||||
mode: parallel
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id:
|
||||
@@ -33,6 +34,7 @@ automation:
|
||||
color_temp: "{{ 400 if is_state('sun.sun', 'above_horizon') else 500 }}"
|
||||
|
||||
- alias: Lighting · Temperature · Adjust based on time
|
||||
mode: parallel
|
||||
# TODO: this trigger is not good. Figure out something else.
|
||||
trigger:
|
||||
platform: sun
|
||||
|
||||
Reference in New Issue
Block a user