diff --git a/packages/custom_weather.yaml b/packages/custom_weather.yaml index bd3b0bb..1f3bbc0 100644 --- a/packages/custom_weather.yaml +++ b/packages/custom_weather.yaml @@ -246,6 +246,8 @@ template: state: > {% if is_state('input_boolean.audible_notifications','on') %} true + {% elif is_state('binary_sensor.basement_occupied','on') %} + true {% elif states('sensor.people_sleeping_total') | int == 3 %} false {% elif is_state('input_boolean.kallen_overnight','on') and (states('sensor.people_sleeping_total') | int == 2) %}