Update area.markdown (#29818)

This commit is contained in:
karwosts 2023-11-21 09:36:07 -08:00 committed by GitHub
parent bf77c7d9fd
commit 6079eaddbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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