mirror of
https://github.com/home-assistant/core.git
synced 2026-05-27 10:46:38 +01:00
5796b4c0d9
Co-authored-by: Joostlek <joostlek@outlook.com>
28 lines
1.1 KiB
JSON
28 lines
1.1 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."
|
|
}
|
|
}
|
|
}
|
|
}
|