mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56:42 +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,
|
||||
configEntry,
|
||||
entity: undefined,
|
||||
selectable: false,
|
||||
}));
|
||||
|
||||
return [...states, ...entries]
|
||||
|
Loading…
x
Reference in New Issue
Block a user