mirror of
https://github.com/home-assistant/core.git
synced 2025-08-16 02:51:40 +02:00
Use common string in Melcloud config flow (#41134)
* Use common string in Melcloud config flow * Add missing config_flow
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect, please try again",
|
||||
"invalid_auth": "Invalid authentication",
|
||||
"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": "MELCloud integration already configured for this email. Access token has been refreshed."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user