mirror of
https://github.com/home-assistant/core.git
synced 2026-07-07 14:56:25 +01:00
5c890a8a2b
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"no_dhcp_flow": "No DHCP flow"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"discovery_failed": "Failed to discover Sunricher DALI gateways on the network",
|
|
"no_devices_found": "No Sunricher DALI gateways found on the network"
|
|
},
|
|
"step": {
|
|
"select_gateway": {
|
|
"data": {
|
|
"selected_gateway": "Gateway"
|
|
},
|
|
"data_description": {
|
|
"selected_gateway": "Each option shows the gateway name, serial number, and IP address."
|
|
},
|
|
"description": "Select the gateway to configure."
|
|
},
|
|
"user": {
|
|
"description": "**Three-step process:**\n\n1. Ensure the gateway is powered and on the same network.\n2. Select **Submit** to start discovery (searches for up to 3 minutes)\n3. While discovery is in progress, press the **Reset** button on your Sunricher DALI gateway device **once**.\n\nThe gateway will respond immediately after the button press."
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"cannot_connect": {
|
|
"message": "Could not connect to the gateway at {host}. Please check that the device is powered on and reachable"
|
|
},
|
|
"cannot_discover_devices": {
|
|
"message": "Unable to discover devices and scenes from the gateway."
|
|
}
|
|
}
|
|
}
|