phlet ef9d8f2da3
Integrations/Map - Added a note on how to hide certain entitie… (#12149)
* Added a note on how to hide certain entities.

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-03-10 16:18:45 +01:00

25 lines
929 B
Markdown

---
title: Map
description: Offers a map to show tracked devices.
ha_category:
- Other
ha_release: 0.56
ha_quality_scale: internal
ha_domain: map
---
This offers a map on the frontend to display the location of tracked devices. To set up tracked devices, look at the [device tracker](/integrations/device_tracker/) documentation. This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:
```yaml
# Example configuration.yaml entry
map:
```
<div class='note'>
Devices that are currently at home won't show on the map.
</div>
<div class='note'>
This map always shows the location of all tracked devices. If you want to hide certain entities, you should look into the [Map Card](/lovelace/map).
</div>