mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Update HVAC fan automation descriptions and improve HTTP configuration
This commit is contained in:
@@ -2,6 +2,10 @@ platform: template
|
||||
switches:
|
||||
thermostat_fan_mode:
|
||||
unique_id: templateswitch.thermostat_fan_mode
|
||||
# This shouldn't be used because it just re-circulates the air in the house.
|
||||
# Since there aren't any returns in the basement, the upstairs air recirculates itself
|
||||
# which accomplishes nothing
|
||||
# I'd need to get some kind of fresh air intake and a damper
|
||||
friendly_name: "Thermostat Fan Mode"
|
||||
value_template: >-
|
||||
{% if state_attr('climate.thermostat', 'fan_min_on_time') | int(default=0) < 5 %}
|
||||
|
||||
Reference in New Issue
Block a user