core/homeassistant/components/wiz/strings.json

25 lines
868 B
JSON

{
"config": {
"flow_title": "{name} ({host})",
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"description": "Enter the IP address of the device."
},
"discovery_confirm": {
"description": "Do you want to setup {name} ({host})?"
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]",
"bulb_time_out": "Can not connect to the bulb. Maybe the bulb is offline or a wrong IP/host was entered. Please turn on the light and try again!",
"no_wiz_light": "The bulb can not be connected via WiZ Platform integration."
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}