Co-authored-by: Alexei Chetroi <lexoid@gmail.com> Co-authored-by: Brian Rogers <brg468@hotmail.com> Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: Erik <erik@montnemery.com>
19 lines
557 B
JSON
19 lines
557 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Set up your Meater Cloud account.",
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown_auth_error": "[%key:common::config_flow::error::unknown%]",
|
|
"service_unavailable_error": "The API is currently unavailable, please try again later."
|
|
}
|
|
}
|
|
}
|