From 41d669a593c9103c462c73e80966e3d882bc5ed7 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Fri, 22 Feb 2019 09:57:55 -0600 Subject: [PATCH] image-element missing aspect_ratio config (#8676) --- source/_lovelace/picture-elements.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_lovelace/picture-elements.markdown b/source/_lovelace/picture-elements.markdown index f2f5962d23b..997bccd14c3 100644 --- a/source/_lovelace/picture-elements.markdown +++ b/source/_lovelace/picture-elements.markdown @@ -385,6 +385,11 @@ state_filter: required: false description: '[State-based CSS filters](#how-to-use-state_filter)' type: object +aspect_ratio: + required: false + description: Height-width-ratio. + type: string + default: "50%" style: required: true description: Position and style the element using CSS.