Files
core/homeassistant/components/meater/strings.json
Billy Stevenson 2c3d9566cb Add Meater integration (#44929)
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>
2022-04-01 15:11:37 +02:00

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."
}
}
}