Add Presence Package
This commit is contained in:
3
packages/presence/README.md
Normal file
3
packages/presence/README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Presence Detection Package
|
||||||
|
|
||||||
|
This package contains configuration for presence detection.
|
||||||
24
packages/presence/presence.yaml
Normal file
24
packages/presence/presence.yaml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Presence Detection Package
|
||||||
|
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# Person Setup
|
||||||
|
person:
|
||||||
|
- name: J.P.
|
||||||
|
id: jpk
|
||||||
|
user_id: 7dda135495584017a9eabd0fc8a5ea16
|
||||||
|
device_trackers:
|
||||||
|
- device_tracker.jp_p3a_gps
|
||||||
|
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# Person/Device Tracker Customization
|
||||||
|
homeassistant:
|
||||||
|
customize:
|
||||||
|
person.jpk:
|
||||||
|
entity_picture: https://gravatar.com/avatar/e78e623948f3675cf1c51544f9bec928
|
||||||
|
|
||||||
|
device_tracker.jp_p3a_gps:
|
||||||
|
friendly_name: J.P. Pixel 3a
|
||||||
|
icon: mdi:map-marker
|
||||||
|
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# Automations for Presence Detection
|
||||||
Reference in New Issue
Block a user