mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 07:16:47 +00:00
28 lines
935 B
Markdown
28 lines
935 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
|
|
ha_integration_type: system
|
|
---
|
|
|
|
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:`](/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](/dashboards/map/).
|
|
|
|
</div>
|