Add name to picture entity struct (#3809)

This commit is contained in:
Bram Kragten 2019-09-25 23:37:54 +02:00 committed by GitHub
parent 41e5e7c1ae
commit f4bd42dfd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ const cardConfigStruct = struct({
type: "string",
entity: "string",
image: "string?",
name: "string?",
camera_image: "string?",
camera_view: "string?",
aspect_ratio: "string?",