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/)