core/homeassistant/components/cast/manifest.json

11 lines
282 B
JSON
Raw Normal View History

{
"domain": "cast",
"name": "Google Cast",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/cast",
2020-03-17 17:30:56 +00:00
"requirements": ["pychromecast==4.2.0"],
"after_dependencies": ["cloud"],
"zeroconf": ["_googlecast._tcp.local."],
"codeowners": []
}