mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Bunches of fixes nd changes
This commit is contained in:
@@ -2,6 +2,11 @@ id: set_house_to_late_morning
|
||||
alias: Set House to Late Morning
|
||||
mode: single
|
||||
|
||||
# platform: tod
|
||||
# name: Late Morning
|
||||
# after: '09:00'
|
||||
# before: '12:00'
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.late_morning
|
||||
@@ -66,7 +71,7 @@ action:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_boolean.kristy_in_bed
|
||||
entity_id: input_boolean.kristy_home
|
||||
state: "on"
|
||||
- condition: state
|
||||
entity_id: input_boolean.kristy_in_bed
|
||||
@@ -79,7 +84,7 @@ action:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_boolean.marshall_in_bed
|
||||
entity_id: input_boolean.marshall_home
|
||||
state: "on"
|
||||
- condition: state
|
||||
entity_id: input_boolean.marshall_in_bed
|
||||
@@ -92,7 +97,7 @@ action:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_boolean.tess_in_bed
|
||||
entity_id: input_boolean.tess_home
|
||||
state: "on"
|
||||
- condition: state
|
||||
entity_id: input_boolean.tess_in_bed
|
||||
@@ -105,7 +110,7 @@ action:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_boolean.ebin_in_bed
|
||||
entity_id: input_boolean.ebin_home
|
||||
state: "on"
|
||||
- condition: state
|
||||
entity_id: input_boolean.ebin_in_bed
|
||||
|
||||
Reference in New Issue
Block a user