diff --git a/source/_lovelace/iframe.markdown b/source/_lovelace/iframe.markdown index 310029219b2..d17b8cd982d 100644 --- a/source/_lovelace/iframe.markdown +++ b/source/_lovelace/iframe.markdown @@ -29,7 +29,7 @@ url: type: string aspect_ratio: required: false - description: Height to width ratio. + description: 'Forces the height of the image to be a ratio of the width. Valid formats: Height percentage value (`23%`) or ratio expressed with colon or "x" separator (`16:9` or `16x9`). For a ratio, the second element can be omitted and will default to "1" (`1.78` equals `1.78:1`).' type: string default: "50%" title: diff --git a/source/_lovelace/map.markdown b/source/_lovelace/map.markdown index 65259d0d5da..846aeb0d4d3 100644 --- a/source/_lovelace/map.markdown +++ b/source/_lovelace/map.markdown @@ -33,7 +33,7 @@ title: type: string aspect_ratio: required: false - 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`." + description: 'Forces the height of the image to be a ratio of the width. Valid formats: Height percentage value (`23%`) or ratio expressed with colon or "x" separator (`16:9` or `16x9`). For a ratio, the second element can be omitted and will default to "1" (`1.78` equals `1.78:1`).' type: string default_zoom: required: false diff --git a/source/_lovelace/picture-elements.markdown b/source/_lovelace/picture-elements.markdown index 3106d43df10..b3da3774750 100644 --- a/source/_lovelace/picture-elements.markdown +++ b/source/_lovelace/picture-elements.markdown @@ -361,7 +361,7 @@ state_filter: type: map aspect_ratio: required: false - description: Height to width ratio. + description: 'Forces the height of the image to be a ratio of the width. Valid formats: Height percentage value (`23%`) or ratio expressed with colon or "x" separator (`16:9` or `16x9`). For a ratio, the second element can be omitted and will default to "1" (`1.78` equals `1.78:1`).' type: string default: "50%" style: diff --git a/source/_lovelace/picture-entity.markdown b/source/_lovelace/picture-entity.markdown index b0e84aca0bd..5fe174d1c79 100644 --- a/source/_lovelace/picture-entity.markdown +++ b/source/_lovelace/picture-entity.markdown @@ -44,7 +44,7 @@ state_filter: type: map aspect_ratio: required: false - 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`." + description: 'Forces the height of the image to be a ratio of the width. Valid formats: Height percentage value (`23%`) or ratio expressed with colon or "x" separator (`16:9` or `16x9`). For a ratio, the second element can be omitted and will default to "1" (`1.78` equals `1.78:1`).' type: string name: required: false diff --git a/source/_lovelace/picture-glance.markdown b/source/_lovelace/picture-glance.markdown index 89972b57d70..b7817d0e2ba 100644 --- a/source/_lovelace/picture-glance.markdown +++ b/source/_lovelace/picture-glance.markdown @@ -53,7 +53,7 @@ state_filter: type: map aspect_ratio: required: false - 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`." + description: 'Forces the height of the image to be a ratio of the width. Valid formats: Height percentage value (`23%`) or ratio expressed with colon or "x" separator (`16:9` or `16x9`). For a ratio, the second element can be omitted and will default to "1" (`1.78` equals `1.78:1`).' type: string entity: required: false