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",
|
2021-12-16 01:24:38 +00:00
|
|
|
"requirements": ["pyatv==0.9.8"],
|
2021-12-06 12:04:18 +00:00
|
|
|
"zeroconf": [
|
|
|
|
"_mediaremotetv._tcp.local.",
|
|
|
|
"_touch-able._tcp.local.",
|
2021-12-19 13:55:53 +00:00
|
|
|
"_appletv-v2._tcp.local.",
|
|
|
|
"_hscp._tcp.local.",
|
|
|
|
{"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"],
|
|
|
|
"iot_class": "local_push"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|