1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/homeassistant/components/wiz/translations/en.json
2022-12-13 00:27:47 +00:00

33 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect",
"no_devices_found": "No devices found on the network"
},
"error": {
"bulb_time_out": "Can not connect to the bulb. Maybe the bulb is offline or a wrong IP was entered. Please turn on the light and try again!",
"cannot_connect": "Failed to connect",
"no_ip": "Not a valid IP address.",
"no_wiz_light": "The bulb can not be connected via WiZ Platform integration.",
"unknown": "Unexpected error"
},
"flow_title": "{name} ({host})",
"step": {
"discovery_confirm": {
"description": "Do you want to set up {name} ({host})?"
},
"pick_device": {
"data": {
"device": "Device"
}
},
"user": {
"data": {
"host": "IP Address"
},
"description": "If you leave the IP Address empty, discovery will be used to find devices."
}
}
}
}