mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 20:26:39 +00:00
Faulty helpers should not be selectable (#20373)
This commit is contained in:
parent
5751fdbe56
commit
92f6083e0b
@ -375,6 +375,7 @@ export class HaConfigHelpers extends SubscribeMixin(LitElement) {
|
|||||||
type: configEntry.domain,
|
type: configEntry.domain,
|
||||||
configEntry,
|
configEntry,
|
||||||
entity: undefined,
|
entity: undefined,
|
||||||
|
selectable: false,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
return [...states, ...entries]
|
return [...states, ...entries]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user