mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Missing configuration options for camera view (#13545)
This commit is contained in:
parent
03e499dc97
commit
52e0ba4fc5
@ -19,9 +19,18 @@ type:
|
|||||||
description: picture-elements
|
description: picture-elements
|
||||||
type: string
|
type: string
|
||||||
image:
|
image:
|
||||||
required: true
|
required: false
|
||||||
description: The URL of an image.<br/>To use a locally hosted image, see [Hosting](/integrations/http#hosting-files).
|
description: The URL of an image.<br/>To use a locally hosted image, see [Hosting](/integrations/http#hosting-files).
|
||||||
type: string
|
type: string
|
||||||
|
camera_image:
|
||||||
|
required: false
|
||||||
|
description: A camera entity.
|
||||||
|
type: string
|
||||||
|
camera_view:
|
||||||
|
required: false
|
||||||
|
description: '"live" will show the live view if `stream` is enabled.'
|
||||||
|
default: auto
|
||||||
|
type: string
|
||||||
elements:
|
elements:
|
||||||
required: true
|
required: true
|
||||||
description: List of elements
|
description: List of elements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user