core/homeassistant/components/cast/manifest.json

11 lines
262 B
JSON

{
"domain": "cast",
"name": "Cast",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/cast",
"requirements": ["pychromecast==4.0.1"],
"dependencies": [],
"zeroconf": ["_googlecast._tcp.local."],
"codeowners": []
}