core/homeassistant/components/cast/manifest.json

20 lines
451 B
JSON
Raw Normal View History

{
"domain": "cast",
"name": "Google Cast",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/cast",
2022-06-21 22:45:47 +00:00
"requirements": ["pychromecast==12.1.4"],
"after_dependencies": [
"cloud",
"http",
"media_source",
"plex",
"tts",
"zeroconf"
],
"zeroconf": ["_googlecast._tcp.local."],
"codeowners": ["@emontnemery"],
"iot_class": "local_polling",
"loggers": ["casttube", "pychromecast"]
}