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-03-17 17:30:56 +00:00
|
|
|
"requirements": ["pychromecast==4.2.0"],
|
2019-12-05 08:28:56 +00:00
|
|
|
"after_dependencies": ["cloud"],
|
2019-06-12 20:54:53 +00:00
|
|
|
"zeroconf": ["_googlecast._tcp.local."],
|
2019-04-04 04:14:45 +00:00
|
|
|
"codeowners": []
|
|
|
|
}
|