core/homeassistant/components/kodi/manifest.json

11 lines
289 B
JSON

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