mirror of https://github.com/home-assistant/core
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{name} ({host})",
|
|
"step": {
|
|
"user": {
|
|
"title": "Set up OwnTone device",
|
|
"data": {
|
|
"name": "Friendly name",
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"port": "API port",
|
|
"password": "API password (leave blank if no password)"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"forbidden": "Unable to connect. Please check your OwnTone network permissions.",
|
|
"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.",
|
|
"unknown_error": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"not_forked_daapd": "Device is not an OwnTone server."
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Configure OwnTone options",
|
|
"description": "Set various options for the OwnTone integration.",
|
|
"data": {
|
|
"librespot_java_port": "Port for librespot-java pipe control (if used)",
|
|
"max_playlists": "Max number of playlists used as sources",
|
|
"tts_volume": "TTS volume (float in range [0,1])",
|
|
"tts_pause_time": "Seconds to pause before and after TTS"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|