core/homeassistant/components/shelly/strings.json

32 lines
1.1 KiB
JSON
Raw Normal View History

2020-08-24 10:43:31 +00:00
{
"config": {
"flow_title": "{name}",
2020-08-24 10:43:31 +00:00
"step": {
"user": {
"description": "Before set up, battery-powered devices must be woken up by pressing the button on the device.",
2020-08-24 10:43:31 +00:00
"data": {
"host": "[%key:common::config_flow::data::host%]"
}
},
"credentials": {
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
2020-08-24 10:43:31 +00:00
"confirm_discovery": {
"description": "Do you want to set up the {model} at {host}?\n\nBefore set up, battery-powered devices must be woken up by pressing the button on the device."
2020-08-24 10:43:31 +00:00
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
2020-08-24 10:43:31 +00:00
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"unsupported_firmware": "The device is using an unsupported firmware version."
2020-08-24 10:43:31 +00:00
}
}
}