1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-04 00:30:26 +00:00
Files
core/homeassistant/components/tradfri/strings.json
Paulus Schoutsen 26fc57d1b3 Ignore duplicate tradfri discovery (#24759)
* Ignore duplicate tradfri discovery

* Update name
2019-06-25 09:54:40 -07:00

25 lines
724 B
JSON

{
"config": {
"title": "IKEA TRÅDFRI",
"step": {
"auth": {
"title": "Enter security code",
"description": "You can find the security code on the back of your gateway.",
"data": {
"host": "Host",
"security_code": "Security Code"
}
}
},
"error": {
"invalid_key": "Failed to register with provided key. If this keeps happening, try restarting the gateway.",
"cannot_connect": "Unable to connect to the gateway.",
"timeout": "Timeout validating the code."
},
"abort": {
"already_configured": "Bridge is already configured.",
"already_in_progress": "Bridge configuration is already in progress."
}
}
}