These sensors should hopefully prove more reliable #108

This commit is contained in:
2023-08-30 15:43:41 -04:00
parent dd320419cd
commit 0e9f646816
5 changed files with 36 additions and 77 deletions

View File

@ -1006,8 +1006,8 @@ script:
- condition: template
value_template: "{{ type in ['weather','Weather'] and is_state('binary_sensor.audible_weather_alerts_allowed','on') }}"
- condition: state
entity_id: group.adults
state: 'home'
entity_id: binary_sensor.parents_home
state: 'on'
- condition: state
entity_id: input_boolean.vacation_mode
state: 'off'
@ -1155,8 +1155,8 @@ script:
entity_id: input_boolean.audible_notifications
state: 'on'
- condition: state
entity_id: group.adults
state: 'home'
entity_id: binary_sensor.parents_home
state: 'on'
- condition: state
entity_id: input_boolean.vacation_mode
state: 'off'