Show hardware integrations in the integration list (#24820)

Show hardware integrations in the frontend
This commit is contained in:
puddly 2025-03-28 02:25:07 -04:00 committed by Bram Kragten
parent 118c25d25f
commit 8751dc46f4

View File

@ -120,7 +120,7 @@ class HaConfigIntegrations extends SubscribeMixin(HassRouterPage) {
const existingEntries = fullUpdate ? [] : this._configEntries;
this._configEntries = [...existingEntries!, ...newEntries];
},
{ type: ["device", "hub", "service"] }
{ type: ["device", "hub", "service", "hardware"] }
),
subscribeConfigFlowInProgress(this.hass, async (flowsInProgress) => {
const integrations = new Set<string>();