--- layout: page title: "Map Card" sidebar_label: Map description: "A card that allows you to display entities on a map" date: 2018-07-08 10:28 +00:00 sidebar: true comments: false sharing: true footer: true --- A card that allows you to display entities on a map.
Screenshot of the map card.
Only entities that have latitude and longitude attributes will be displayed on the map.
## {% linkable_title Examples %} ```yaml - type: map aspect_ratio: 100% entities: - entity: device_tracker.demo_paulus - zone.home ```