From f5cf59a689b1d17c8ab8173434538c2e7e3a6f57 Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Wed, 28 Nov 2018 09:52:39 -0500 Subject: [PATCH] Update Aspect Ratio on Map Card (#7656) --- source/_lovelace/map.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/_lovelace/map.markdown b/source/_lovelace/map.markdown index 6f8f81b1a0a..9354e8e46e5 100644 --- a/source/_lovelace/map.markdown +++ b/source/_lovelace/map.markdown @@ -35,11 +35,10 @@ title: required: false description: The card title. type: string -aspect_ratio: +aspect_ratio: required: false - description: "The map's height:width ratio." + description: "Forces the height of the image to be a ratio of the width. You may enter a value such as: `16x9`, `16:9`, `1.78`." type: string - default: "100%" default_zoom: required: false description: The default zoom level of the map.