mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-02 23:54:25 +00:00
Move config out of subfolder
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
>-
|
||||
|
||||
{%- if is_state('light.all', 'on') -%}
|
||||
There are
|
||||
{%- for state in states.light if state.state == 'on' -%}
|
||||
{% if loop.last %} {{ loop.index }} {% endif %}
|
||||
{%- endfor -%}
|
||||
lights turned on right now.
|
||||
{%- else -%}
|
||||
There are no lights turned on right now.
|
||||
{%- endif -%}
|
||||
Reference in New Issue
Block a user