mirror of
https://github.com/home-assistant/core.git
synced 2025-06-01 19:57:07 +00:00
Use reference strings in forked_daapd (#40989)
This commit is contained in:
parent
708ef3201e
commit
8dae2f4308
@ -6,7 +6,7 @@
|
|||||||
"title": "Set up forked-daapd device",
|
"title": "Set up forked-daapd device",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Friendly name",
|
"name": "Friendly name",
|
||||||
"host": "Host",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"port": "API port",
|
"port": "API port",
|
||||||
"password": "API password (leave blank if no password)"
|
"password": "API password (leave blank if no password)"
|
||||||
}
|
}
|
||||||
@ -17,10 +17,10 @@
|
|||||||
"wrong_host_or_port": "Unable to connect. Please check host and port.",
|
"wrong_host_or_port": "Unable to connect. Please check host and port.",
|
||||||
"wrong_password": "Incorrect password.",
|
"wrong_password": "Incorrect password.",
|
||||||
"wrong_server_type": "The forked-daapd integration requires a forked-daapd server with version >= 27.0.",
|
"wrong_server_type": "The forked-daapd integration requires a forked-daapd server with version >= 27.0.",
|
||||||
"unknown_error": "Unknown error."
|
"unknown_error": "[%key:common::config_flow::error::unknown%]"
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Device is already configured.",
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||||
"not_forked_daapd": "Device is not a forked-daapd server."
|
"not_forked_daapd": "Device is not a forked-daapd server."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user