mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Fix configStruct for conditional entities row (#22543)
This commit is contained in:
parent
42df951f89
commit
9b42494667
@ -81,13 +81,7 @@ const callServiceEntitiesRowConfigStruct = object({
|
|||||||
const conditionalEntitiesRowConfigStruct = object({
|
const conditionalEntitiesRowConfigStruct = object({
|
||||||
type: literal("conditional"),
|
type: literal("conditional"),
|
||||||
row: any(),
|
row: any(),
|
||||||
conditions: array(
|
conditions: array(any()),
|
||||||
object({
|
|
||||||
entity: string(),
|
|
||||||
state: optional(string()),
|
|
||||||
state_not: optional(string()),
|
|
||||||
})
|
|
||||||
),
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const dividerEntitiesRowConfigStruct = object({
|
const dividerEntitiesRowConfigStruct = object({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user