mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +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.
|
||||
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/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user