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",
|
2021-04-06 07:55:47 +00:00
|
|
|
"requirements": ["pychromecast==9.1.2"],
|
2020-10-19 21:34:22 +00:00
|
|
|
"after_dependencies": ["cloud", "http", "media_source", "plex", "tts", "zeroconf"],
|
2019-06-12 20:54:53 +00:00
|
|
|
"zeroconf": ["_googlecast._tcp.local."],
|
2020-04-07 16:13:02 +00:00
|
|
|
"codeowners": ["@emontnemery"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|