mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-02 00:27:49 +01:00
Add icon to Entities card schema (#9208)
This commit is contained in:
@@ -44,6 +44,7 @@ const cardConfigStruct = object({
|
||||
title: optional(union([string(), boolean()])),
|
||||
entity: optional(entityId()),
|
||||
theme: optional(string()),
|
||||
icon: optional(string()),
|
||||
show_header_toggle: optional(boolean()),
|
||||
state_color: optional(boolean()),
|
||||
entities: array(entitiesConfigStruct),
|
||||
|
||||
Reference in New Issue
Block a user