mirror of
https://github.com/home-assistant/core.git
synced 2026-03-03 16:20:40 +00:00
* Migrate deCONZ to use new SSDP discovery Add new discovery info manufacturer URL to be able to separate Hue and deCONZ bridges * Mark deCONZ as migrated in Discovery component * Fix tests * Fix Hue discovery ignore deCONZ bridge * Less snake more badger * Mushroom * Fix indentation * Config flow ignore manufacturer url that is not philips
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"config": {
|
|
"title": "Philips Hue",
|
|
"step": {
|
|
"init": {
|
|
"title": "Pick Hue bridge",
|
|
"data": {
|
|
"host": "Host"
|
|
}
|
|
},
|
|
"link": {
|
|
"title": "Link Hub",
|
|
"description": "Press the button on the bridge to register Philips Hue with Home Assistant.\n\n"
|
|
}
|
|
},
|
|
"error": {
|
|
"register_failed": "Failed to register, please try again",
|
|
"linking": "Unknown linking error occurred."
|
|
},
|
|
"abort": {
|
|
"discover_timeout": "Unable to discover Hue bridges",
|
|
"no_bridges": "No Philips Hue bridges discovered",
|
|
"all_configured": "All Philips Hue bridges are already configured",
|
|
"unknown": "Unknown error occurred",
|
|
"cannot_connect": "Unable to connect to the bridge",
|
|
"already_configured": "Bridge is already configured",
|
|
"already_in_progress": "Config flow for bridge is already in progress.",
|
|
"not_hue_bridge": "Not a Hue bridge"
|
|
}
|
|
}
|
|
}
|