mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Ensure helper type is always localized (#18825)
* Ensure helper type is always localized * Remove the check
This commit is contained in:
parent
8d14cb0ab7
commit
60ff4fdc1f
@ -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: "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user