mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
change 'image' config variable to required (#14128)
Hi, I'm running HA 0.113.2 and tried adding a picture-elements card without an image define, but looks like the 'image' variable is required. I'm updating the documentation to reflect this.
This commit is contained in:
parent
9dcdb67919
commit
9bd1990fd1
@ -19,7 +19,7 @@ type:
|
||||
description: picture-elements
|
||||
type: string
|
||||
image:
|
||||
required: false
|
||||
required: true
|
||||
description: The URL of an image.<br/>To use a locally hosted image, see [Hosting](/integrations/http#hosting-files).
|
||||
type: string
|
||||
camera_image:
|
||||
|
Loading…
x
Reference in New Issue
Block a user