1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/kodi/strings.json
2025-10-28 10:33:10 +01:00

97 lines
3.9 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"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.",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"flow_title": "{name}",
"step": {
"credentials": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"description": "Please enter your Kodi user name and password. These can be found in System/Settings/Network/Services."
},
"discovery_confirm": {
"description": "Do you want to add Kodi (`{name}`) to Home Assistant?",
"title": "Discovered Kodi"
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]",
"ssl": "[%key:common::config_flow::data::ssl%]"
},
"data_description": {
"host": "The hostname or IP address of the system hosting your Kodi server."
},
"description": "Kodi connection information. Please make sure to enable \"Allow control of Kodi via HTTP\" in System/Settings/Network/Services."
},
"ws_port": {
"data": {
"ws_port": "[%key:common::config_flow::data::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."
}
}
},
"device_automation": {
"trigger_type": {
"turn_off": "[%key:common::device_automation::trigger_type::turned_off%]",
"turn_on": "[%key:common::device_automation::trigger_type::turned_on%]"
}
},
"entity": {
"media_player": {
"media_player": {
"state_attributes": {
"dynamic_range": { "name": "Dynamic range" }
}
}
}
},
"services": {
"add_to_playlist": {
"description": "Adds music to the default playlist (i.e. playlistid=0).",
"fields": {
"artist_name": {
"description": "Optional artist name for filtering media.",
"name": "Artist 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.",
"name": "Media ID"
},
"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.",
"name": "Media name"
},
"media_type": {
"description": "Media type identifier. It must be one of 'SONG' or 'ALBUM'.",
"name": "Media type"
}
},
"name": "Add to playlist"
},
"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": {
"description": "Name of the Kodi JSONRPC API method to be called.",
"name": "Method"
}
},
"name": "Call method"
}
}
}