mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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({
|
||||
type: literal("conditional"),
|
||||
row: any(),
|
||||
conditions: array(
|
||||
object({
|
||||
entity: string(),
|
||||
state: optional(string()),
|
||||
state_not: optional(string()),
|
||||
})
|
||||
),
|
||||
conditions: array(any()),
|
||||
});
|
||||
|
||||
const dividerEntitiesRowConfigStruct = object({
|
||||
|
Loading…
x
Reference in New Issue
Block a user