mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40: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:
@@ -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"
|
||||
Reference in New Issue
Block a user