2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "cast",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "Google Cast",
|
2021-04-15 08:21:38 +00:00
|
|
|
"after_dependencies": [
|
|
|
|
"cloud",
|
|
|
|
"http",
|
|
|
|
"media_source",
|
|
|
|
"plex",
|
|
|
|
"tts",
|
|
|
|
"zeroconf"
|
|
|
|
],
|
|
|
|
"codeowners": ["@emontnemery"],
|
2023-02-08 19:16:39 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/cast",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
2023-02-08 19:16:39 +00:00
|
|
|
"loggers": ["casttube", "pychromecast"],
|
2023-06-01 01:12:53 +00:00
|
|
|
"requirements": ["PyChromecast==13.0.7"],
|
2023-02-08 19:16:39 +00:00
|
|
|
"zeroconf": ["_googlecast._tcp.local."]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|