Upload files to "custom_components/aguaiot"
This commit is contained in:
47
custom_components/aguaiot/strings.json
Normal file
47
custom_components/aguaiot/strings.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"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)."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user