core/homeassistant/components/velux/strings.json

32 lines
840 B
JSON

{
"config": {
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"discovery_confirm": {
"description": "Please enter the password for {name} ({host})",
"data": {
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"services": {
"reboot_gateway": {
"name": "Reboot gateway",
"description": "Reboots the KLF200 Gateway."
}
}
}