mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -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,7 +0,0 @@
|
||||
# Alerts
|
||||
|
||||
Component: [alert](https://home-assistant.io/components/alert/)
|
||||
|
||||
## Garage
|
||||
|
||||
Simple alerts to nag us that we've left either of the the garage doors open. We need this because they're not visible from the house.
|
||||
@@ -6,4 +6,4 @@ repeat: 10
|
||||
can_acknowledge: True
|
||||
skip_first: True
|
||||
notifiers:
|
||||
- garage
|
||||
- mobile_app_pixel_7
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: "Water softener is low on salt"
|
||||
done_message: "Water sotener has enough salt"
|
||||
done_message: "Water softener has enough salt"
|
||||
entity_id: binary_sensor.need_salt
|
||||
state: 0
|
||||
repeat:
|
||||
|
||||
@@ -23,7 +23,7 @@ observations:
|
||||
# Probability that I'm not working from home when person.clint is at AGH
|
||||
prob_given_false: .7
|
||||
platform: 'state'
|
||||
to_state: 'AGH'
|
||||
to_state: 'WMU'
|
||||
# Probability that I'm working from home from 8:00 AM to 4:30 PM
|
||||
- entity_id: binary_sensor.work_hours
|
||||
prob_given_true: .4
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
# Disabling the first two lines, as I don't think they are even necessary
|
||||
# If they need to be re-implemented, refer to this:
|
||||
# https://www.home-assistant.io/integrations/binary_sensor.mqtt/#new_format
|
||||
|
||||
# platform: mqtt
|
||||
# state_topic: dummy/floorplan/sensor
|
||||
|
||||
|
||||
|
||||
|
||||
# #name: Floorplan
|
||||
# #custom_ui_state_card: state-card-floorplan
|
||||
# #config: !include ../../floorplan.yaml
|
||||
@@ -1,5 +0,0 @@
|
||||
# platform: workday
|
||||
# name: Is Friday
|
||||
# country: US
|
||||
# workdays: [fri]
|
||||
# excludes: [mon,tue, wed, thu, sat, sun]
|
||||
@@ -1,5 +0,0 @@
|
||||
# platform: workday
|
||||
# name: Is Monday
|
||||
# country: US
|
||||
# workdays: [mon]
|
||||
# excludes: [tue, wed, thu, fri,sat, sun, holiday]
|
||||
@@ -1,5 +0,0 @@
|
||||
# platform: workday
|
||||
# name: Is Tuesday
|
||||
# country: US
|
||||
# workdays: [tue]
|
||||
# excludes: [mon, wed, thu, fri,sat, sun, holiday]
|
||||
@@ -1,5 +0,0 @@
|
||||
# platform: workday
|
||||
# name: Weekday
|
||||
# country: US
|
||||
# workdays: [mon, tue, wed, thu, fri]
|
||||
# excludes: [sat, sun]
|
||||
@@ -1,12 +0,0 @@
|
||||
# platform: workday
|
||||
# name: Work Day Tomorrow
|
||||
# country: US
|
||||
# workdays: [mon, tue, wed, thu, fri]
|
||||
# excludes: [sat, sun, holiday]
|
||||
# days_offset: 1
|
||||
# remove_holidays:
|
||||
# # - "Martin Luther King Jr. Day"
|
||||
# - "Washington's Birthday"
|
||||
# - "Juneteenth"
|
||||
# - "Columbus Day"
|
||||
# - "Veterans Day"
|
||||
@@ -1,11 +0,0 @@
|
||||
# platform: workday
|
||||
# name: Work Day
|
||||
# country: US
|
||||
# workdays: [mon, tue, wed, thu, fri]
|
||||
# excludes: [sat, sun, holiday]
|
||||
# remove_holidays:
|
||||
# # - "Martin Luther King Jr. Day"
|
||||
# - "Washington's Birthday"
|
||||
# - "Juneteenth"
|
||||
# - "Columbus Day"
|
||||
# - "Veterans Day"
|
||||
@@ -1 +0,0 @@
|
||||
#platform: bluetooth_tracker
|
||||
@@ -1 +0,0 @@
|
||||
#platform: bluetooth_le_tracker
|
||||
Reference in New Issue
Block a user