mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 18:18:58 +00:00

* Note about home devices not showing on the map Devices @ home won't show on map, this is an expected behavior * Format it as note
23 lines
525 B
Markdown
Executable File
23 lines
525 B
Markdown
Executable File
---
|
|
layout: page
|
|
title: "Map"
|
|
description: "Offers a map to show tracked devices."
|
|
date: 2017-10-11 10:01
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
logo: home-assistant.png
|
|
ha_category: "Other"
|
|
---
|
|
|
|
This offers a map on the frontend to display the location of tracked devices. To set up tracked devices, look at the [device tracker](/components/device_tracker/) documentation.
|
|
|
|
```yaml
|
|
# Example configuration.yaml entry
|
|
map:
|
|
```
|
|
<p class='note'>
|
|
Devices that are currently at home won't show on the map.
|
|
</p>
|