Review/Edit: Getting Started Guide (#3184)
* Review/Edit: Getting Started Guide I've made some documentation fixes (spelling, grammar, and punctuations) to the 'Getting Started Guide'. * Fix small typo 'tje' -> 'the'.
This commit is contained in:
parent
5272dca6db
commit
0acfd0aab4
4 changed files with 16 additions and 18 deletions
|
@ -13,7 +13,7 @@ footer: true
|
|||
We care about privacy. Collected data is <b>only</b> stored in your instance of Home Assistant.
|
||||
</p>
|
||||
|
||||
Presence detection detects if people are home, which is the most important input for automation. Knowing who is home or where they are will open a whole range of other automation options:
|
||||
Presence detection detects if people are home, which is the most valuable input for automation. Knowing who is home or where they are, will open a whole range of other automation options:
|
||||
|
||||
- Send me a notification when my child arrives at school
|
||||
- Turn on the AC when I leave work
|
||||
|
@ -27,7 +27,7 @@ Screenshot of Home Assistant showing a school, work and home zone and two people
|
|||
|
||||
The device tracker component offers presence detection for Home Assistant. It supports two different methods for presence detection: scan for connected devices on the local network and connect to third party service.
|
||||
|
||||
Scanning for connected devices is easy to setup. See the instructions for our [supported routers][routers] or [scan the network using nmap][nmap]. This approach does have its limitations, however: it will only be able to detect if a device is home, and iPhones may show as not home inaccurately (as iPhones disconnect from WiFi if idle).
|
||||
Scanning for connected devices is easy to setup. See the instructions for our [supported routers][routers] or [scan the network using nmap][nmap]. This approach does have its limitations, however: it will only be able to detect if a device is at home, and iPhones may show as not home inaccurately (as iPhones disconnect from WiFi if idle).
|
||||
|
||||
Home Assistant currently supports multiple third-party services for presence detection: [OwnTracks][ha-owntracks], [GPSLogger][ha-gpslogger] and [Locative][ha-locative]. OwnTracks is an app that you install on your iPhone or Android phone that allows you to push the location of your device to Home Assistant using an MQTT broker. An MQTT broker is an Internet of Things communication platform that you can [freely host yourself][mqtt-self] or get [a private instance for free in the cloud](/components/mqtt/#run-your-own).
|
||||
|
||||
|
@ -53,4 +53,3 @@ Home Assistant will know the location of your device if you are using OwnTracks.
|
|||
[condition]: /getting-started/automation-condition/#zone-condition
|
||||
|
||||
### [Next step: Use Home Assistant »](/getting-started/use/)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue