2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "apple_tv",
|
2020-01-06 22:59:12 +00:00
|
|
|
"name": "Apple TV",
|
2020-12-02 16:01:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/apple_tv",
|
2022-01-24 12:07:22 +00:00
|
|
|
"requirements": ["pyatv==0.10.0"],
|
|
|
|
"dependencies": ["zeroconf"],
|
2021-12-06 12:04:18 +00:00
|
|
|
"zeroconf": [
|
|
|
|
"_mediaremotetv._tcp.local.",
|
2022-01-24 12:07:22 +00:00
|
|
|
"_companion-link._tcp.local.",
|
|
|
|
"_airport._tcp.local.",
|
|
|
|
"_sleep-proxy._udp.local.",
|
2021-12-06 12:04:18 +00:00
|
|
|
"_touch-able._tcp.local.",
|
2021-12-19 13:55:53 +00:00
|
|
|
"_appletv-v2._tcp.local.",
|
|
|
|
"_hscp._tcp.local.",
|
2022-03-30 08:56:37 +00:00
|
|
|
{ "type": "_airplay._tcp.local.", "properties": { "model": "appletv*" } },
|
|
|
|
{
|
|
|
|
"type": "_airplay._tcp.local.",
|
|
|
|
"properties": { "model": "audioaccessory*" }
|
|
|
|
},
|
|
|
|
{ "type": "_airplay._tcp.local.", "properties": { "am": "airport*" } },
|
|
|
|
{ "type": "_raop._tcp.local.", "properties": { "am": "appletv*" } },
|
|
|
|
{ "type": "_raop._tcp.local.", "properties": { "am": "audioaccessory*" } },
|
|
|
|
{ "type": "_raop._tcp.local.", "properties": { "am": "airport*" } }
|
2021-12-06 12:04:18 +00:00
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@postlund"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["pyatv", "srptools"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|