--- layout: page title: "Setting up presence detection" description: "Instructions how to setup presence detection within Home Assistant." date: 2015-10-4 12:08 sidebar: false comments: false sharing: true footer: true ---
We care about privacy. Collected data is only stored in your instance of Home Assistant.
Presence detection detects if people are home, an important input for automation. The most important piece of information is to know if anyone is home. But knowing who is home or where they are will open a whole range of other automation options: - Send me a notification when the kid arrives at school - Turn on AC when I leave work
Screenshot of Home Assistant showing a school, work and home zone and two people.
OwnTracks communicates directly with your MQTT broker, no data will pass through their servers.
#### {% linkable_title Zones %}
Home Assistant will know about the location for your device if you are using OwnTracks. By [setting up zones][zone] you will be able to add names to locations of your devices. This way you can easily spot on the state page where the people in your house are and use it as [triggers][trigger] and [conditions][condition] for automation.
### [Next step: Setting up automation »](/getting-started/automation/)
[routers]: /components/#presence-detection
[nmap]: /components/device_tracker.nmap_scanner/
[ha-owntracks]: /components/device_tracker.owntracks/
[mqtt-self]: /components/mqtt/#run-your-own
[mqtt-cloud]: /components/mqtt/#cloudmqtt
[zone]: /components/zone/
[trigger]: /components/automation/#zone-trigger
[condition]: /components/automation/#zone-condition