diff --git a/src/panels/config/helpers/ha-config-helpers.ts b/src/panels/config/helpers/ha-config-helpers.ts index 9a72810aa1..ac517776f3 100644 --- a/src/panels/config/helpers/ha-config-helpers.ts +++ b/src/panels/config/helpers/ha-config-helpers.ts @@ -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: "",