Vacation mode tweaks

This commit is contained in:
2023-09-07 12:33:51 -04:00
parent 3cb3f809a8
commit c4ecb79026
4 changed files with 41 additions and 4 deletions

View File

@ -339,6 +339,8 @@ template:
false
{% elif is_state('input_boolean.kallen_overnight','on') and (states('sensor.people_sleeping_total') | int == 2) %}
false
{% elif is_state('input_boolean.vacation_mode','on') %}
false
{% else %}
true
{% endif %}