32 lines
751 B
JSON
32 lines
751 B
JSON
{
|
|
"config": {
|
|
"flow_title": "{ip}",
|
|
"step": {
|
|
"user": {
|
|
"title": "Fill in your information",
|
|
"data": {
|
|
"ip_address": "Hostname or IP Address",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Configure RainMachine",
|
|
"data": {
|
|
"zone_run_time": "Default zone run time (in seconds)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|