mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-29 07:47:19 +00:00
Add icon
to attribute row validation (#9963)
This commit is contained in:
parent
0187c4faff
commit
9ccb5360b3
@ -132,6 +132,7 @@ const attributeEntitiesRowConfigStruct = object({
|
|||||||
prefix: optional(string()),
|
prefix: optional(string()),
|
||||||
suffix: optional(string()),
|
suffix: optional(string()),
|
||||||
name: optional(string()),
|
name: optional(string()),
|
||||||
|
icon: optional(string()),
|
||||||
});
|
});
|
||||||
|
|
||||||
const textEntitiesRowConfigStruct = object({
|
const textEntitiesRowConfigStruct = object({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user