19 lines
No EOL
444 B
Markdown
Executable file
19 lines
No EOL
444 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:
|
|
``` |