mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user