mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 10:18:44 +00:00
Add names in presence detection
This commit is contained in:
@@ -59,7 +59,6 @@ binary_sensor:
|
||||
{% else %} mdi:account-off-outline
|
||||
{% endif %}
|
||||
|
||||
|
||||
multisensor_motion:
|
||||
friendly_name: MultiSensor motion
|
||||
device_class: motion
|
||||
@@ -91,6 +90,7 @@ automation:
|
||||
path: arrival_detection.yaml
|
||||
input:
|
||||
person: person.georgi
|
||||
name: Georgi
|
||||
input_boolean: input_boolean.georgi_home
|
||||
|
||||
- alias: Presence · Player 2 Arrival detection
|
||||
@@ -98,6 +98,7 @@ automation:
|
||||
path: arrival_detection.yaml
|
||||
input:
|
||||
person: person.player_2
|
||||
name: Maya
|
||||
input_boolean: input_boolean.player_2_home
|
||||
|
||||
- alias: Presence · Player 2 Arrival best effort
|
||||
|
||||
Reference in New Issue
Block a user