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