mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-09 10:14:41 +00:00
Rename all lights with shorter names. Add Ambient light in LR
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
>-
|
||||
|
||||
{%- if is_state('light.all_lights', 'on') -%}
|
||||
{%- if is_state('light.all', 'on') -%}
|
||||
There are
|
||||
{%- for state in states.light if state.state == 'on' -%}
|
||||
{% if loop.last %} {{ loop.index }} {% endif %}
|
||||
|
||||
Reference in New Issue
Block a user