1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00
Files
core/homeassistant/components/cast/manifest.json
T
2026-03-08 13:14:34 +01:00

22 lines
512 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",
"integration_type": "hub",
"iot_class": "local_polling",
"loggers": ["casttube", "pychromecast"],
"requirements": ["PyChromecast==14.0.10"],
"single_config_entry": true,
"zeroconf": ["_googlecast._tcp.local."]
}