1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/kodi/manifest.json
2023-10-08 17:01:00 +02:00

13 lines
399 B
JSON

{
"domain": "kodi",
"name": "Kodi",
"after_dependencies": ["media_source"],
"codeowners": ["@OnFreund"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/kodi",
"iot_class": "local_push",
"loggers": ["jsonrpc_async", "jsonrpc_base", "jsonrpc_websocket", "pykodi"],
"requirements": ["pykodi==0.2.7"],
"zeroconf": ["_xbmc-jsonrpc-h._tcp.local."]
}