mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Add preferences support
This commit is contained in:
@@ -52,7 +52,8 @@ sensor:
|
||||
day
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% if is_state('input_select.bedroom_mode', 'night') and is_state('input_select.guest_bedroom_mode', 'night') %}
|
||||
{% if (is_state('input_select.bedroom_mode', 'night') or is_state('input_select.bedroom_mode', 'bed'))
|
||||
and is_state('input_select.guest_bedroom_mode', 'night') %}
|
||||
night
|
||||
{% else %}
|
||||
day
|
||||
|
||||
Reference in New Issue
Block a user