mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
add strings (#41297)
This commit is contained in:
parent
95c831648b
commit
f2b73c05d6
@ -16,18 +16,18 @@
|
||||
"description": "Please enter:",
|
||||
"data": {
|
||||
"password": "Smile ID",
|
||||
"host": "Smile IP address",
|
||||
"port": "Smile port number"
|
||||
"host": "[%key:common::config_flow::data::ip%]",
|
||||
"port": "[%key:common::config_flow::data::port%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect, please try again",
|
||||
"invalid_auth": "Invalid authentication, check the 8 characters of your Smile ID",
|
||||
"unknown": "Unexpected 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%]"
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "This Smile is already configured"
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
||||
},
|
||||
"flow_title": "Smile: {name}"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user