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