33 lines
880 B
JSON
33 lines
880 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Default host: {host}\nDefault username: {username}",
|
|
"data": {
|
|
"host": "Host (Optional)",
|
|
"username": "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%]",
|
|
"not_ipv4_address": "No IPv4 address in ssdp discovery information",
|
|
"no_serial": "No serial number in ssdp discovery information"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"description": "Specify optional settings",
|
|
"data": {
|
|
"consider_home": "Consider home time (seconds)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|