mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Don't include all homekit discovery items for integrations that suppo… (#13960)
This commit is contained in:
parent
ad3dcb355f
commit
93893d0237
@ -510,10 +510,6 @@ class AddIntegrationDialog extends LitElement {
|
||||
const integrations =
|
||||
this._integrations![integration.domain].integrations!;
|
||||
let domains = Object.keys(integrations);
|
||||
if (integration.iot_standards?.includes("homekit")) {
|
||||
// if homekit is supported, also fetch the discovered homekit devices
|
||||
domains.push("homekit_controller");
|
||||
}
|
||||
if (integration.domain === "apple") {
|
||||
// we show discoverd homekit devices in their own brand section, dont show them at apple
|
||||
domains = domains.filter((domain) => domain !== "homekit_controller");
|
||||
|
Loading…
x
Reference in New Issue
Block a user