From 1c9e3f66c90ec51f88082110d573603f112ee077 Mon Sep 17 00:00:00 2001 From: Charles Garwood Date: Thu, 12 Oct 2017 11:21:34 -0400 Subject: [PATCH] Added component page for map (#3588) --- source/_components/map.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 source/_components/map.markdown diff --git a/source/_components/map.markdown b/source/_components/map.markdown new file mode 100755 index 00000000000..6cf4f7aa36a --- /dev/null +++ b/source/_components/map.markdown @@ -0,0 +1,19 @@ +--- +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: +``` \ No newline at end of file