Template: fix typo (#39861)

This commit is contained in:
Damien Sorel 2025-07-05 12:13:30 +02:00 committed by GitHub
parent 765ea62959
commit ddebbb9931
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1055,7 +1055,7 @@ Light entities can only be created from YAML.
```yaml
# Example state-based configuration.yaml entry
light:
template:
- light:
- name: "Theater Lights"
level: "{{ state_attr('sensor.theater_brightness', 'lux')|int }}"