core/homeassistant/components/cast/manifest.json

11 lines
313 B
JSON
Raw Normal View History

{
"domain": "cast",
"name": "Google Cast",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/cast",
2020-08-18 21:43:38 +00:00
"requirements": ["pychromecast==7.2.1"],
"after_dependencies": ["cloud","tts","zeroconf"],
"zeroconf": ["_googlecast._tcp.local."],
"codeowners": ["@emontnemery"]
}