Remove legacy discovery after_dependencies from apple_tv (#55390)

- apple_tv devices are now discovered by zeroconf, and legacy discovery
  is no longer needed
This commit is contained in:
J. Nick Koston 2021-08-28 18:30:07 -05:00 committed by GitHub
parent f1ba98927c
commit d41fa66bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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"
}