48 lines
1.7 KiB
JSON
48 lines
1.7 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "Micronova Agua IOT",
|
|
"step": {
|
|
"user": {
|
|
"description": "[%key:common::config_flow::description%]",
|
|
"data": {
|
|
"api_url": "[%key:common::config_flow::data::api_url%]",
|
|
"login_api_url": "[%key:common::config_flow::data::login_api_url%]",
|
|
"customer_code": "[%key:common::config_flow::data::customer_code%]",
|
|
"brand_id": "[%key:common::config_flow::data::brand_id%]",
|
|
"email": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"unauthorized": "[%key:common::config_flow::error::unauthorized%]",
|
|
"connection_error": "[%key:common::config_flow::error::connection_error%]",
|
|
"unknown_error": "[%key:common::config_flow::error::unknown_error%]"
|
|
},
|
|
"abort": {
|
|
"device_already_configured": "[%key:common::config_flow::abort::device_already_configured%]"
|
|
}
|
|
},
|
|
"services": {
|
|
"sync_clock": {
|
|
"name": "Synchronize Stove Clock",
|
|
"description": "Synchronize stove time and date with the current Home Assistant time and date."
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Micronova Agua IOT options",
|
|
"data": {
|
|
"air_temp_fix": "[Jolly Mec] Ignore incorrect air temperature when using external themostat.",
|
|
"reading_error_fix": "[Bronpi] Filter incorrect readings (when stove is without power).",
|
|
"http_timeout": "Timeout for API calls (seconds).",
|
|
"buffer_read_timeout": "Timeout for stove buffer reading (seconds).",
|
|
"language": "Language for descriptions.",
|
|
"update_interval": "Time between updates (seconds)."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|