Will pushing from the server break anything?

This commit is contained in:
HomeAssistant
2025-12-06 09:12:49 -05:00
parent 78cd67a560
commit a49d981ad4
225 changed files with 2241 additions and 2237 deletions
+25 -25
View File
@@ -1,27 +1,27 @@
template:
- fan:
- unique_id: template_fan.utility_room_vent
turn_on:
- action: switch.turn_on
entity_id:
- switch.utility_room_vent_switch
turn_off:
- action: switch.turn_off
entity_id:
- switch.utility_room_vent_switch
default_entity_id: fan.utility_room_vent
name: Utility Room Vent
state: "{{ states('switch.utility_room_vent_switch') }}"
- fan:
- unique_id: template_fan.utility_room_vent
turn_on:
- action: switch.turn_on
entity_id:
- switch.utility_room_vent_switch
turn_off:
- action: switch.turn_off
entity_id:
- switch.utility_room_vent_switch
default_entity_id: fan.utility_room_vent
name: Utility Room Vent
state: "{{ states('switch.utility_room_vent_switch') }}"
- unique_id: templatefan.bathroom_vent
turn_on:
- action: switch.turn_on
entity_id:
- switch.bathroom_vent_switch
turn_off:
- action: switch.turn_off
entity_id:
- switch.bathroom_vent_switch
default_entity_id: fan.bathroom_vent
name: Bathroom Vent
state: "{{ states('switch.bathroom_vent_switch') }}"
- unique_id: templatefan.bathroom_vent
turn_on:
- action: switch.turn_on
entity_id:
- switch.master_bathroom_vent_switch
turn_off:
- action: switch.turn_off
entity_id:
- switch.master_bathroom_vent_switch
default_entity_id: fan.bathroom_vent
name: Bathroom Vent
state: "{{ states('switch.master_bathroom_vent_switch') }}"