mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Show hardware integrations in the integration list (#24820)
Show hardware integrations in the frontend
This commit is contained in:
parent
118c25d25f
commit
8751dc46f4
@ -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>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user