initial push

This commit is contained in:
CeeWeasel
2024-04-14 14:08:56 -04:00
commit 53bf393d14
1111 changed files with 71730 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# 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.
+10
View File
@@ -0,0 +1,10 @@
name: "Close Windows"
done_message: "Windows are closed"
entity_id: binary_sensor.close_windows
state: "on"
repeat:
- 30
can_acknowledge: True
skip_first: false
notifiers:
- mobile_app_pixel_7
+12
View File
@@ -0,0 +1,12 @@
# name: "Dream NAS has been unavailable for {{ relative_time(states.device_tracker.dream_nas.last_changed) }}"
# done_message: "Dream NAS is now available"
# entity_id: device_tracker.dream_nas_1
# state: 'not_home'
# repeat:
# - 1
# - 5
# - 15
# can_acknowledge: True
# skip_first: true
# notifiers:
# - mobile_app_pixel_7
+9
View File
@@ -0,0 +1,9 @@
name: "Front door has been open for {{ relative_time(states.binary_sensor.front_door_contact.last_changed) }}"
done_message: "Front door is now closed"
entity_id: binary_sensor.front_door_contact
state: 'on'
repeat: 10
can_acknowledge: True
skip_first: True
notifiers:
- garage
+9
View File
@@ -0,0 +1,9 @@
name: "Garage door has been open for {{ relative_time(states.cover.garage_door.last_changed) }}"
done_message: "Garage door is now closed"
entity_id: binary_sensor.garage_open_nobody_home
state: "on"
repeat: 10
can_acknowledge: True
skip_first: True
notifiers:
- mobile_app_pixel_7
@@ -0,0 +1,10 @@
# name: "HVAC Delta Sensors Unavailable"
# done_message: "HVAC delta sensors available"
# entity_id: binary_sensor.hvac_delta_sensors_unavailable
# state: 'on'
# repeat:
# - 15
# can_acknowledge: True
# skip_first: false
# notifiers:
# - mobile_app_pixel_7
@@ -0,0 +1,13 @@
# name: "The AC is probably broken again!"
# message: "It is {{states('sensor.front_porch_temperature')}} outside and {{state_attr('climate.thermostat','current_temperature')}} inside. The thermostat is set to {{state_attr('climate.thermostat','target_temp_low')}} and the delta is {{states('sensor.hvac_delta')}}"
# done_message: "AC is now {{states('sensor.hvac_delta')}}"
# entity_id: binary_sensor.hvac_delta_too_small_for_too_long
# state: "on"
# repeat:
# - 1
# - 5
# - 15
# can_acknowledge: True
# skip_first: true
# notifiers:
# - mobile_app_pixel_7
@@ -0,0 +1,10 @@
name: "Kitchen Freezer Too Warm"
done_message: "Kitchen Freezer Okay"
entity_id: binary_sensor.kitchen_freezer_too_warm
state: "on"
repeat:
- 60
can_acknowledge: True
skip_first: false
notifiers:
- mobile_app_pixel_7
@@ -0,0 +1,10 @@
name: "Kitchen Fridge Too Warm"
done_message: "Kitchen Fridge Okay"
entity_id: binary_sensor.kitchen_fridge_too_warm
state: "on"
repeat:
- 60
can_acknowledge: True
skip_first: false
notifiers:
- mobile_app_pixel_7
+10
View File
@@ -0,0 +1,10 @@
name: "Water softener is low on salt"
done_message: "Water sotener has enough salt"
entity_id: binary_sensor.need_salt
state: 0
repeat:
- 60
can_acknowledge: True
skip_first: true
notifiers:
- mobile_app_pixel_7
+9
View File
@@ -0,0 +1,9 @@
name: "Take the dumpster to the curb"
done_message: "Trash has been taken out to the curb"
entity_id: binary_sensor.take_trash_out
state: "on"
repeat: 360
can_acknowledge: True
skip_first: False
notifiers:
- mobile_app_pixel_7