initial push

This commit is contained in:
CeeWeasel
2024-04-14 14:08:56 -04:00
commit 53bf393d14
1111 changed files with 71730 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
platform: template
fans:
utility_room_vent:
unique_id: template_fan.utility_room_vent
friendly_name: "Utility Room Vent"
value_template: "{{ states('switch.utility_room_vent_switch') }}"
turn_on:
service: switch.turn_on
entity_id: switch.utility_room_vent_switch
turn_off:
service: switch.turn_off
entity_id: switch.utility_room_vent_switch
bathroom_vent:
unique_id: templatefan.bathroom_vent
friendly_name: "Bathroom Vent"
value_template: "{{ states('switch.bathroom_vent_switch') }}"
turn_on:
service: switch.turn_on
entity_id: switch.bathroom_vent_switch
turn_off:
service: switch.turn_off
entity_id: switch.bathroom_vent_switch