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