init
This commit is contained in:
9
binary_sensors.yaml
Normal file
9
binary_sensors.yaml
Normal 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' }}"
|
||||
Reference in New Issue
Block a user