Remove deprecated battery alert automations and templates; update HVAC alert triggers and actions; modify front door alert notifier; fix low salt alert message; adjust Bayesian sensor state; clean up unused binary sensor configurations.

This commit is contained in:
CeeWeasel
2025-07-18 13:03:48 -04:00
parent 81cbed6e51
commit a533240fc3
20 changed files with 4 additions and 323 deletions
@@ -1,71 +0,0 @@
alias: Frigate Cam04 Detect
id: automation_frigate_cam04_detect
mode: restart
trigger:
- platform: homeassistant
event: start
- id: motion
platform: state
entity_id: group.garage_motion
- id: doors
platform: state
entity_id: group.my_garage_doors
- id: occupancy
platform: state
entity_id: binary_sensor.frigate_cam04_person_occupancy
action:
- choose:
- conditions:
- condition: state
entity_id: group.garage_motion
state: 'on'
- condition: state
entity_id: switch.frigate_cam04_detect
state: 'off'
sequence:
- service: switch.turn_on
data: {}
target:
entity_id:
- switch.frigate_cam04_detect
- conditions:
- condition: state
entity_id: group.my_garage_doors
state: 'on'
- condition: state
entity_id: switch.frigate_cam04_detect
state: 'off'
sequence:
- service: switch.turn_on
data: {}
target:
entity_id:
- switch.frigate_cam04_detect
- conditions:
- condition: state
entity_id: group.garage_motion
state: 'off'
- condition: state
entity_id: group.my_garage_doors
state: 'off'
- condition: state
entity_id: binary_sensor.frigate_cam04_person_occupancy
state: 'off'
- condition: state
entity_id: switch.frigate_cam04_detect
state: 'on'
sequence:
- delay:
minutes: 5
- service: switch.turn_off
data: {}
target:
entity_id:
- switch.frigate_cam04_detect