1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/cast/manifest.json
2022-06-22 00:45:47 +02:00

20 lines
451 B
JSON

{
"domain": "cast",
"name": "Google Cast",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/cast",
"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"]
}