more small fixes and consolidating the driveway

This commit is contained in:
CeeWeasel
2025-07-20 16:39:50 -04:00
parent 0baf98f917
commit ca1082899b
25 changed files with 254 additions and 540 deletions
@@ -1,6 +1,6 @@
# name: "HVAC Delta Sensors Unavailable"
# done_message: "HVAC delta sensors available"
# entity_id: binary_sensor.hvac_delta_sensors_unavailable
# entity_id: binary_sensor.hvac_multisensor_delta_sensors_unavailable
# state: 'on'
# repeat:
# - 15
@@ -1,7 +1,7 @@
# 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
# 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_multisensor_delta')}}"
# done_message: "AC is now {{states('sensor.hvac_multisensor_delta')}}"
# entity_id: binary_sensor.hvac_multisensor_delta_too_small_for_too_long
# state: "on"
# repeat:
# - 1