diff --git a/node-red/projects/NerdFlows b/node-red/projects/NerdFlows index 08817a0..1833399 160000 --- a/node-red/projects/NerdFlows +++ b/node-red/projects/NerdFlows @@ -1 +1 @@ -Subproject commit 08817a0b8ec47a73351ebb10c6aec38be418ee8d +Subproject commit 1833399c3fdf404fb936d8ecbe2cefc46de877d4 diff --git a/packages/kallen.yaml b/packages/kallen.yaml index 514cc96..1650ede 100644 --- a/packages/kallen.yaml +++ b/packages/kallen.yaml @@ -59,8 +59,8 @@ automation: entity_id: input_boolean.kallen_overnight state: 'off' - condition: state - entity_id: binary_sensor.kallen_home - state: 'on' + entity_id: person.kallen_stork + state: 'home' action: - choose: - conditions: diff --git a/packages/presence.yaml b/packages/presence.yaml index 85b5b01..068d20a 100644 --- a/packages/presence.yaml +++ b/packages/presence.yaml @@ -235,11 +235,11 @@ template: device_class: presence - name: "Nerds Home" unique_id: 2672a6a2-4be4-495c-b479-ffc7c6df67d2 - state: "{{ is_state('group.family','home') and (is_state('binary_sensor.tony_home','on') or is_state('binary_sensor.kallen_home','on')) }}" + state: "{{ is_state('group.family','home') and (is_state('person.tony_stork','home') or is_state('person.kallen_stork','home')) }}" device_class: presence - name: "Parents Home" unique_id: 8de02d19-60a6-436d-9187-1cfc70d6c297 - state: "{{ is_state('group.adults','home') and (is_state('binary_sensor.tony_home','on') or is_state('binary_sensor.tina_home','on')) }}" + state: "{{ is_state('group.adults','home') and (is_state('person.tony_stork','home') or is_state('person.christina_stork','home')) }}" device_class: presence - name: "Basement Unoccupied" unique_id: 20039c29-8b9d-436d-ba6c-8f2c2bda1db0