"description":"Do you want to add Kodi (`{name}`) to Home Assistant?",
"title":"Discovered Kodi"
},
"ws_port":{
"description":"The WebSocket port (sometimes called TCP port in Kodi). In order to connect over WebSocket, you need to enable \"Allow programs ... to control Kodi\" in System/Settings/Network/Services. If WebSocket is not enabled, remove the port and leave empty.",
"no_uuid":"Kodi instance does not have a unique id. This is most likely due to an old Kodi version (17.x or below). You can configure the integration manually or upgrade to a more recent Kodi version."
"description":"Adds music to the default playlist (i.e. playlistid=0).",
"fields":{
"media_type":{
"name":"Media type",
"description":"Media type identifier. It must be one of SONG or ALBUM."
},
"media_id":{
"name":"Media ID",
"description":"Unique Id of the media entry to add (`songid` or albumid`). If not defined, `media_name` and `artist_name` are needed to search the Kodi music library."
},
"media_name":{
"name":"Media name",
"description":"Optional media name for filtering media. Can be 'ALL' when `media_type` is 'ALBUM' and `artist_name` is specified, to add all songs from one artist."
},
"artist_name":{
"name":"Artist name",
"description":"Optional artist name for filtering media."
}
}
},
"call_method":{
"name":"Call method",
"description":"Calls a Kodi JSONRPC API method with optional parameters. Results of the Kodi API call will be redirected in a Home Assistant event: `kodi_call_method_result`.",
"fields":{
"method":{
"name":"Method",
"description":"Name of the Kodi JSONRPC API method to be called."