mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Add name to picture entity struct (#3809)
This commit is contained in:
parent
41e5e7c1ae
commit
f4bd42dfd4
@ -31,6 +31,7 @@ const cardConfigStruct = struct({
|
|||||||
type: "string",
|
type: "string",
|
||||||
entity: "string",
|
entity: "string",
|
||||||
image: "string?",
|
image: "string?",
|
||||||
|
name: "string?",
|
||||||
camera_image: "string?",
|
camera_image: "string?",
|
||||||
camera_view: "string?",
|
camera_view: "string?",
|
||||||
aspect_ratio: "string?",
|
aspect_ratio: "string?",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user