This commit is contained in:
2024-04-22 15:06:39 -04:00
commit 5a3ce1da52
9 changed files with 312 additions and 0 deletions

9
binary_sensors.yaml Normal file
View File

@@ -0,0 +1,9 @@
# - platform: template
# name: "hvac_heating"
# sensors:
# - binary_sensor:
# name: "hvac_heating"
# state: "{{ state_attr('climate.thermostat_2', 'hvac_action') == 'heating' }}"
# - platform: template
# name: "hvac_cooling"
# state: "{{ state_attr('climate.thermostat_2', 'hvac_action') == 'cooling' }}"