From 6079eaddbfacbdc0bf93c04c82a4f9c8f0bf27c4 Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:36:07 -0800 Subject: [PATCH] Update area.markdown (#29818) --- source/_dashboards/area.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_dashboards/area.markdown b/source/_dashboards/area.markdown index a20a530fed7..2316dcb1a3c 100644 --- a/source/_dashboards/area.markdown +++ b/source/_dashboards/area.markdown @@ -38,6 +38,16 @@ show_camera: description: Changes the area picture to a live feed of the camera set for the area. type: boolean default: false +camera_view: + required: false + description: 'If showing a camera, "live" will show the live view if `stream` is enabled.' + default: auto + type: string +aspect_ratio: + required: false + 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`).' + default: "16:9" + type: string navigation_path: required: false description: link to view. For more information about views, see the [view documentation](/dashboards/views/)