core/homeassistant/components/kodi/manifest.json

16 lines
287 B
JSON

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