mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 18:28:43 +00:00
Add preferences support
This commit is contained in:
@@ -30,15 +30,15 @@ automation:
|
||||
sequence:
|
||||
- service: light.toggle
|
||||
entity_id: light.light_lohas_6
|
||||
data:
|
||||
data_template:
|
||||
brightness_pct: 10
|
||||
color_temp: 154
|
||||
color_temp: "{{ states('input_number.guest_bedroom_light_temp') }}"
|
||||
default:
|
||||
- service: light.toggle
|
||||
entity_id: light.light_lohas_6
|
||||
data:
|
||||
data_template:
|
||||
brightness_pct: 100
|
||||
color_temp: 154
|
||||
color_temp: "{{ states('input_number.guest_bedroom_light_temp') }}"
|
||||
|
||||
double_click:
|
||||
- service: light.toggle
|
||||
|
||||
Reference in New Issue
Block a user