From 731ac1c689986bdd823e1404d04dcd1f64b94b1e Mon Sep 17 00:00:00 2001 From: labrunning Date: Sun, 10 Mar 2019 15:22:08 +0000 Subject: [PATCH] Spelling of person in first paragraph (#8898) Changed 'berson' to 'person' --- source/_components/person.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.