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
@@ -10,7 +10,7 @@ trigger:
- input_select.master_bathroom_mode
- input_select.automatic_light_profile
- platform: state
entity_id: input_boolean.master_bathroom_occupied
entity_id: input_boolean.bathroom_occupied
to: "on"
# Only turn on the lights when necessary
@@ -19,7 +19,7 @@ condition:
conditions:
# Either when motion is detected
- condition: template
value_template: "{{ trigger.entity_id == 'input_boolean.master_bathroom_occupied' }}"
value_template: "{{ trigger.entity_id == 'input_boolean.bathroom_occupied' }}"
# Or when the scene changes while the lights are already on
- condition: and
conditions:
@@ -30,7 +30,7 @@ condition:
- condition: template
value_template: "{{ trigger.entity_id == 'input_select.automatic_light_profile' }}"
- condition: state
entity_id: input_boolean.master_bathroom_occupied
entity_id: input_boolean.bathroom_occupied
state: "on"
variables:
@@ -44,7 +44,7 @@ action:
target:
entity_id:
- switch.master_bathroom_motion_switch
- switch.shower_switch
- switch.master_bathroom_switch
- choose:
- alias: "If the room is set to manual, just turn the lights on"
conditions: