mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Fix someone_sleeping
This commit is contained in:
@@ -33,7 +33,7 @@ binary_sensor:
|
||||
value_template: >-
|
||||
|
||||
{% if is_state('input_boolean.guest_bedroom', 'off') %}
|
||||
{{ is_state('input_boolean.bedroom_mode', 'night') }}
|
||||
{{ is_state('input_select.bedroom_mode', 'night') }}
|
||||
{% else %}
|
||||
{{ is_state('input_select.bedroom_mode', 'night') or is_state('input_select.guest_bedroom_mode', 'night') }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user