Skip to content

Commit 1c9e3f6

Browse files
cgarwoodfabaff
authored andcommitted
Added component page for map (home-assistant#3588)
1 parent 33e9ea4 commit 1c9e3f6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

source/_components/map.markdown

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: page
3+
title: "Map"
4+
description: "Offers a map to show tracked devices."
5+
date: 2017-10-11 10:01
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: home-assistant.png
11+
ha_category: "Other"
12+
---
13+
14+
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.
15+
16+
```yaml
17+
# Example configuration.yaml entry
18+
map:
19+
```

0 commit comments

Comments
 (0)