mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Added description for source priority. (#8773)
This commit is contained in:
parent
f9ff302bcd
commit
aae5a60b91
@ -13,7 +13,11 @@ ha_qa_scale: internal
|
||||
ha_release: 0.88
|
||||
---
|
||||
|
||||
The person component allows to connect device tracker entities to one or more person entities. The last state update of a connected device tracker will set the state of the person. For example if you connect your router and your OwnTracks device as trackers to your person, the last state update from either the router or your OwnTracks device will set the state of your person.
|
||||
The person component allows to connect device tracker entities to one or more person entities. The state updates of a connected device trackers will set the state of the person. When multiple device tracers used, the state of berson will be determined next way:
|
||||
|
||||
1. If there are sources presenting status 'home', than latest of this sources will be taken.
|
||||
2. If there are sources of type 'gps', than latest of this sources will be taken.
|
||||
3. Otherwise will be taken latest source with status 'not_home'.
|
||||
|
||||
You can manage persons via the UI from the person page inside the configuration panel or via `YAML`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user