Ensure helper type is always localized (#18825)

* Ensure helper type is always localized

* Remove the check
This commit is contained in:
Simon Lamon 2023-11-30 14:14:13 +01:00 committed by GitHub
parent 8d14cb0ab7
commit 60ff4fdc1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,10 +226,6 @@ export class HaConfigHelpers extends SubscribeMixin(LitElement) {
};
});
if (!Object.keys(configEntriesCopy).length) {
return states;
}
const entries = Object.values(configEntriesCopy).map((configEntry) => ({
id: configEntry.entry_id,
entity_id: "",