diff --git a/homeassistant/components/guardian/manifest.json b/homeassistant/components/guardian/manifest.json index 4bc889f4ab0..28f46a9bf14 100644 --- a/homeassistant/components/guardian/manifest.json +++ b/homeassistant/components/guardian/manifest.json @@ -5,7 +5,6 @@ "documentation": "https://www.home-assistant.io/integrations/guardian", "requirements": ["aioguardian==1.0.4"], "zeroconf": ["_api._udp.local."], - "homekit": {}, "codeowners": ["@bachya"], "iot_class": "local_polling" } diff --git a/homeassistant/components/srp_energy/manifest.json b/homeassistant/components/srp_energy/manifest.json index eb9aa7d12c4..73aac879a00 100644 --- a/homeassistant/components/srp_energy/manifest.json +++ b/homeassistant/components/srp_energy/manifest.json @@ -4,10 +4,6 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/srp_energy", "requirements": ["srpenergy==1.3.2"], - "ssdp": [], - "zeroconf": [], - "homekit": {}, - "dependencies": [], "codeowners": ["@briglx"], "iot_class": "cloud_polling" }