core/homeassistant/components/kodi/manifest.json

13 lines
272 B
JSON

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