2018-11-14 20:23:49 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{ip}",
|
2018-11-14 20:23:49 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Fill in your information",
|
|
|
|
"data": {
|
|
|
|
"ip_address": "Hostname or IP Address",
|
2020-05-12 17:50:44 +00:00
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
2018-11-14 20:23:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-05 13:29:27 +00:00
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
2020-02-24 20:05:54 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-05 13:29:27 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
2018-11-14 20:23:49 +00:00
|
|
|
}
|
2020-10-28 21:52:42 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"title": "Configure RainMachine",
|
|
|
|
"data": {
|
|
|
|
"zone_run_time": "Default zone run time (in seconds)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-11-14 20:23:49 +00:00
|
|
|
}
|
2020-10-05 13:29:27 +00:00
|
|
|
}
|