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",
|
2020-09-28 12:24:30 +00:00
|
|
|
"requirements": ["pychromecast==7.5.0"],
|
2020-09-04 15:16:29 +00:00
|
|
|
"after_dependencies": ["cloud", "http", "media_source", "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
|
|
|
}
|