mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36: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
|
||||
type: string
|
||||
image:
|
||||
required: true
|
||||
required: false
|
||||
description: The URL of an image.<br/>To use a locally hosted image, see [Hosting](/integrations/http#hosting-files).
|
||||
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:
|
||||
required: true
|
||||
description: List of elements
|
||||
|
Loading…
x
Reference in New Issue
Block a user