diff --git a/source/_components/person.markdown b/source/_components/person.markdown index 6d8439e5e09..1cf8fc136d1 100644 --- a/source/_components/person.markdown +++ b/source/_components/person.markdown @@ -13,7 +13,7 @@ ha_qa_scale: internal ha_release: 0.88 --- -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: +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 person will be determined next way: 1. If there are stationary sources (which type is not 'gps') 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.