mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Update area.markdown (#29818)
This commit is contained in:
parent
bf77c7d9fd
commit
6079eaddbf
@ -38,6 +38,16 @@ show_camera:
|
|||||||
description: Changes the area picture to a live feed of the camera set for the area.
|
description: Changes the area picture to a live feed of the camera set for the area.
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
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:
|
navigation_path:
|
||||||
required: false
|
required: false
|
||||||
description: link to view. For more information about views, see the [view documentation](/dashboards/views/)
|
description: link to view. For more information about views, see the [view documentation](/dashboards/views/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user