mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
Will pushing from the server break anything?
This commit is contained in:
@@ -56,7 +56,7 @@ triggers:
|
||||
entity_id: input_boolean.girls_room_occupied
|
||||
|
||||
- trigger: state
|
||||
entity_id: input_boolean.master_bedroom_occupied
|
||||
entity_id: input_boolean.bedroom_occupied
|
||||
|
||||
- trigger: state
|
||||
entity_id: input_boolean.girls_room_asleep
|
||||
@@ -210,7 +210,7 @@ action:
|
||||
- conditions:
|
||||
- alias: "Master Bedroom not occupied"
|
||||
condition: state
|
||||
entity_id: input_boolean.master_bedroom_occupied
|
||||
entity_id: input_boolean.bedroom_occupied
|
||||
state: "off"
|
||||
- alias: "Master Bedroom not asleep"
|
||||
condition: state
|
||||
@@ -248,7 +248,7 @@ action:
|
||||
- conditions:
|
||||
- alias: "Master Bedroom is occupied"
|
||||
condition: state
|
||||
entity_id: input_boolean.master_bedroom_occupied
|
||||
entity_id: input_boolean.bedroom_occupied
|
||||
state: "on"
|
||||
- alias: "Master Bedroom above high"
|
||||
condition: template
|
||||
@@ -265,7 +265,7 @@ action:
|
||||
- conditions:
|
||||
- alias: "Master Bedroom is occupied"
|
||||
condition: state
|
||||
entity_id: input_boolean.master_bedroom_occupied
|
||||
entity_id: input_boolean.bedroom_occupied
|
||||
state: "on"
|
||||
- alias: "Master Bedroom above medium"
|
||||
condition: template
|
||||
@@ -282,7 +282,7 @@ action:
|
||||
- conditions:
|
||||
- alias: "Master Bedroom is occupied"
|
||||
condition: state
|
||||
entity_id: input_boolean.master_bedroom_occupied
|
||||
entity_id: input_boolean.bedroom_occupied
|
||||
state: "on"
|
||||
- alias: "Master Bedroom above low"
|
||||
condition: template
|
||||
|
||||
Reference in New Issue
Block a user