Skip to content

Commit 9bd1990

Browse files
authored
change 'image' config variable to required (home-assistant#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.
1 parent 9dcdb67 commit 9bd1990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_lovelace/picture-elements.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type:
1919
description: picture-elements
2020
type: string
2121
image:
22-
required: false
22+
required: true
2323
description: The URL of an image.<br/>To use a locally hosted image, see [Hosting](/integrations/http#hosting-files).
2424
type: string
2525
camera_image:

0 commit comments

Comments
 (0)