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