1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/wiz/strings.json
2022-03-30 10:35:30 +02:00

34 lines
1.2 KiB
JSON

{
"config": {
"flow_title": "{name} ({host})",
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::ip%]"
},
"description": "If you leave the IP Address empty, discovery will be used to find devices."
},
"discovery_confirm": {
"description": "Do you want to setup {name} ({host})?"
},
"pick_device": {
"data": {
"device": "Device"
}
}
},
"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 was entered. Please turn on the light and try again!",
"no_wiz_light": "The bulb can not be connected via WiZ Platform integration.",
"no_ip": "Not a valid IP address."
},
"abort": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}