34 lines
1016 B
JSON
34 lines
1016 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Netgear",
|
|
"description": "Default host: {host}\n Default port: {port}\n Default username: {username}",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%] (Optional)",
|
|
"port": "[%key:common::config_flow::data::port%] (Optional)",
|
|
"ssl": "[%key:common::config_flow::data::ssl%]",
|
|
"username": "[%key:common::config_flow::data::username%] (Optional)",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"config": "Connection or login error: please check your configuration"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Netgear",
|
|
"description": "Specify optional settings",
|
|
"data": {
|
|
"consider_home": "Consider home time (seconds)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |