mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
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:
parent
f1ba98927c
commit
d41fa66bca
@ -5,7 +5,6 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/apple_tv",
|
"documentation": "https://www.home-assistant.io/integrations/apple_tv",
|
||||||
"requirements": ["pyatv==0.8.2"],
|
"requirements": ["pyatv==0.8.2"],
|
||||||
"zeroconf": ["_mediaremotetv._tcp.local.", "_touch-able._tcp.local."],
|
"zeroconf": ["_mediaremotetv._tcp.local.", "_touch-able._tcp.local."],
|
||||||
"after_dependencies": ["discovery"],
|
|
||||||
"codeowners": ["@postlund"],
|
"codeowners": ["@postlund"],
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user