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:
- platform: state
entity_id:
- input_boolean.home_occupied
- binary_sensor.master_bathroom_occupied
- binary_sensor.bathroom_occupied
to: "off"
for: "00:10:00"
@@ -26,10 +26,10 @@ condition:
- condition: and
conditions:
- condition: state
entity_id: input_boolean.master_bathroom_occupied
entity_id: input_boolean.bathroom_occupied
state: "on"
- condition: state
entity_id: binary_sensor.master_bathroom_occupied
entity_id: binary_sensor.bathroom_occupied
state: "off"
for: "00:10:00"
@@ -41,7 +41,7 @@ action:
state: "off"
sequence:
- action: homeassistant.turn_off
entity_id: input_boolean.master_bathroom_occupied
entity_id: input_boolean.bathroom_occupied
- conditions:
- condition: not
conditions:
@@ -50,4 +50,4 @@ action:
state: "Manual"
sequence:
- action: homeassistant.turn_off
entity_id: input_boolean.master_bathroom_occupied
entity_id: input_boolean.bathroom_occupied