Update HVAC fan automation descriptions and improve HTTP configuration

This commit is contained in:
CeeWeasel
2025-08-23 10:30:50 -04:00
parent 6afb4d07f8
commit 544c4788b8
9 changed files with 155 additions and 89 deletions
+5
View File
@@ -1,5 +1,10 @@
alias: HVAC Fan Off
id: automation_hvac_fan_off
description: "Purposefully disabled because it just re-circulates the upstairs air"
# 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
trigger:
# Has the fan been running for ten minutes?
+5
View File
@@ -1,5 +1,10 @@
alias: HVAC Fan On
id: automation_hvac_fan_on
description: "Purposefully disabled because it just re-circulates the upstairs air"
# 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
triggers:
# Has the fan been off for ten minutes?
+3
View File
@@ -170,6 +170,9 @@ action:
- delay: "00:00:05"
- choose:
- conditions: "{{is_state('media_player.ytube_music_player','on')}}"
sequence:
- service: media_player.turn_off
target:
entity_id: media_player.ytube_music_player