mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-28 05:46:48 +00:00

* Fix configuration descriptions * Fix syntax * Minor changes * Other fixes * Update configuration description * Check syntax * Remove {% configuration %}
1.1 KiB
1.1 KiB
layout, title, sidebar_label, description, date, sidebar, comments, sharing, footer
layout | title | sidebar_label | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|---|
page | Map Card | Map | A card that allows you to display entities on a map | 2018-07-08 10:28 +00:00 | true | false | true | true |
A card that allows you to display entities on a map.
Screenshot of the map card.
{% configuration %}
type:
required: true
description: map
type: string
entities:
required: true
description: List of entity IDs.
type: list
keys:
entity:
required: true
description: "An entity_id
to use."
type: string
title:
required: false
description: The card title.
type: string
aspect_ratio:
required: false
description: "The map's height:width ratio."
type: string
default: "100%"
{% endconfiguration %}
Only entities that have latitude and longitude attributes will be displayed on the map.
{% linkable_title Examples %}
- type: map
aspect_ratio: 100%
entities:
- entity: device_tracker.demo_paulus
- zone.home