mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Entity picture option was not in the right section (#14243)
This commit is contained in:
parent
68e94d7222
commit
effc9467c2
@ -92,6 +92,12 @@ export class HuiTileCardEditor
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "show_entity_picture",
|
||||||
|
selector: {
|
||||||
|
boolean: {},
|
||||||
|
},
|
||||||
|
},
|
||||||
] as const,
|
] as const,
|
||||||
},
|
},
|
||||||
] as const,
|
] as const,
|
||||||
@ -116,12 +122,6 @@ export class HuiTileCardEditor
|
|||||||
"ui-action": {},
|
"ui-action": {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "show_entity_picture",
|
|
||||||
selector: {
|
|
||||||
boolean: {},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
] as const,
|
] as const,
|
||||||
},
|
},
|
||||||
] as const
|
] as const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user