mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Fix temp automation
This commit is contained in:
@@ -66,16 +66,16 @@ automation:
|
||||
entities:
|
||||
light.living_room_main:
|
||||
state: "{{ states('light.living_room_main') }}"
|
||||
color_temp: "{{ trigger.to_state }}"
|
||||
color_temp: "{{ trigger.to_state.state }}"
|
||||
light.hue_ambiance_7:
|
||||
state: "{{ states('light.hue_ambiance_7') }}"
|
||||
color_temp: "{{ trigger.to_state }}"
|
||||
color_temp: "{{ trigger.to_state.state }}"
|
||||
light.master_bedroom_main:
|
||||
state: "{{ states('light.master_bedroom_main') }}"
|
||||
color_temp: "{{ trigger.to_state }}"
|
||||
color_temp: "{{ trigger.to_state.state }}"
|
||||
light.kitchen_main:
|
||||
state: "{{ states('light.kitchen_main') }}"
|
||||
color_temp: "{{ trigger.to_state }}"
|
||||
color_temp: "{{ trigger.to_state.state }}"
|
||||
light.kitchen_secondary:
|
||||
state: "{{ states('light.kitchen_secondary') }}"
|
||||
color_temp: "{{ trigger.to_state }}"
|
||||
color_temp: "{{ trigger.to_state.state }}"
|
||||
|
||||
Reference in New Issue
Block a user