mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
more small fixes and consolidating the driveway
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user