mirror of https://github.com/home-assistant/core
13 lines
399 B
JSON
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."]
|
|
}
|