mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-29 06:48:16 +00:00
9 lines
349 B
YAML
9 lines
349 B
YAML
>-
|
|
|
|
{%- if is_state('group.all_windows', 'on') -%}
|
|
{%- if is_state('binary_sensor.living_room_right_window', 'on') -%} The living room window is opened. {% endif %}
|
|
{%- if is_state('binary_sensor.bedroom_right_window', 'on') -%} The master bedroom window is opened. {%- endif -%}
|
|
{%- else -%}
|
|
All windows are closed.
|
|
{%- endif -%}
|