Faulty helpers should not be selectable (#20373)

This commit is contained in:
Bram Kragten 2024-04-03 15:19:05 +02:00 committed by GitHub
parent 5751fdbe56
commit 92f6083e0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -375,6 +375,7 @@ export class HaConfigHelpers extends SubscribeMixin(LitElement) {
type: configEntry.domain,
configEntry,
entity: undefined,
selectable: false,
}));
return [...states, ...entries]