2021-08-30 19:52:29 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]"
|
2023-11-30 16:03:27 +00:00
|
|
|
},
|
|
|
|
"data_description": {
|
|
|
|
"host": "The hostname or IP address of your IoTaWatt device."
|
2021-08-30 19:52:29 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"auth": {
|
|
|
|
"data": {
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
|
|
},
|
2024-09-25 11:37:43 +00:00
|
|
|
"description": "The IoTawatt device requires authentication. Please enter the username and password and select the Submit button."
|
2021-08-30 19:52:29 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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%]"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|