From d41fa66bca5c15bba451179e9d0a2240f48d3a38 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 28 Aug 2021 18:30:07 -0500 Subject: [PATCH] Remove legacy discovery after_dependencies from apple_tv (#55390) - apple_tv devices are now discovered by zeroconf, and legacy discovery is no longer needed --- homeassistant/components/apple_tv/manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/apple_tv/manifest.json b/homeassistant/components/apple_tv/manifest.json index a726e616641..1f3662b11d4 100644 --- a/homeassistant/components/apple_tv/manifest.json +++ b/homeassistant/components/apple_tv/manifest.json @@ -5,7 +5,6 @@ "documentation": "https://www.home-assistant.io/integrations/apple_tv", "requirements": ["pyatv==0.8.2"], "zeroconf": ["_mediaremotetv._tcp.local.", "_touch-able._tcp.local."], - "after_dependencies": ["discovery"], "codeowners": ["@postlund"], "iot_class": "local_push" }