mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Replace strings in atag component (#40935)
This commit is contained in:
parent
f90f6904e0
commit
e0d14603f1
@ -6,14 +6,14 @@
|
||||
"title": "Connect to the device",
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"email": "Email (Optional)",
|
||||
"email": "[%key:common::config_flow::data::email%]",
|
||||
"port": "[%key:common::config_flow::data::port%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"unauthorized": "Pairing denied, check device for auth request",
|
||||
"connection_error": "Failed to connect, please try again"
|
||||
"connection_error": "[%key:common::config_flow::error::cannot_connect%]"
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "This device has already been added to HomeAssistant"
|
||||
|
Loading…
x
Reference in New Issue
Block a user