mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
8 lines
177 B
YAML
8 lines
177 B
YAML
alias: Control Light With Lux
|
|
sequence:
|
|
- action: light.turn_on
|
|
data_template:
|
|
entity_id: "{{ lightname }}"
|
|
brightness: "{{ brightness }}"
|
|
transition: 5
|