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:
dnguyen800 2020-08-03 03:28:25 -07:00 committed by GitHub
parent 9dcdb67919
commit 9bd1990fd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: