mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Show hardware integrations in the integration list (#24820)
Show hardware integrations in the frontend
This commit is contained in:
parent
321b15a270
commit
8b190867e3
@ -120,7 +120,7 @@ class HaConfigIntegrations extends SubscribeMixin(HassRouterPage) {
|
|||||||
const existingEntries = fullUpdate ? [] : this._configEntries;
|
const existingEntries = fullUpdate ? [] : this._configEntries;
|
||||||
this._configEntries = [...existingEntries!, ...newEntries];
|
this._configEntries = [...existingEntries!, ...newEntries];
|
||||||
},
|
},
|
||||||
{ type: ["device", "hub", "service"] }
|
{ type: ["device", "hub", "service", "hardware"] }
|
||||||
),
|
),
|
||||||
subscribeConfigFlowInProgress(this.hass, async (flowsInProgress) => {
|
subscribeConfigFlowInProgress(this.hass, async (flowsInProgress) => {
|
||||||
const integrations = new Set<string>();
|
const integrations = new Set<string>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user