mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +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) => ({
|
const entries = Object.values(configEntriesCopy).map((configEntry) => ({
|
||||||
id: configEntry.entry_id,
|
id: configEntry.entry_id,
|
||||||
entity_id: "",
|
entity_id: "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user