Files
2025-10-28 10:33:10 +01:00

43 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"not_forked_daapd": "Device is not an OwnTone server."
},
"error": {
"forbidden": "Unable to connect. Please check your OwnTone network permissions.",
"unknown_error": "[%key:common::config_flow::error::unknown%]",
"websocket_not_enabled": "OwnTone server websocket not enabled.",
"wrong_host_or_port": "Unable to connect. Please check host and port.",
"wrong_password": "Incorrect password.",
"wrong_server_type": "The OwnTone integration requires an OwnTone server with version >= 27.0."
},
"flow_title": "{name} ({host})",
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"name": "Friendly name",
"password": "API password (leave blank if no password)",
"port": "API port"
},
"title": "Set up OwnTone device"
}
}
},
"options": {
"step": {
"init": {
"data": {
"librespot_java_port": "Port for librespot-java pipe control (if used)",
"max_playlists": "Max number of playlists used as sources",
"tts_pause_time": "Seconds to pause before and after TTS",
"tts_volume": "TTS volume (float in range [0,1])"
},
"description": "Set various options for the OwnTone integration.",
"title": "Configure OwnTone options"
}
}
}
}