mirror of https://github.com/home-assistant/core
21 lines
482 B
JSON
21 lines
482 B
JSON
{
|
|
"domain": "cast",
|
|
"name": "Google Cast",
|
|
"after_dependencies": [
|
|
"cloud",
|
|
"http",
|
|
"media_source",
|
|
"plex",
|
|
"tts",
|
|
"zeroconf"
|
|
],
|
|
"codeowners": ["@emontnemery"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/cast",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["casttube", "pychromecast"],
|
|
"requirements": ["PyChromecast==14.0.5"],
|
|
"single_config_entry": true,
|
|
"zeroconf": ["_googlecast._tcp.local."]
|
|
}
|