hass-core/homeassistant/components/tradfri/strings.json
Paulus Schoutsen a1c524d372
Config flow tradfri (#16665)
* Fix comments

* Add config flow tests

* Fix Tradfri light tests

* Lint

* Remove import group from config flow

* fix stale comments
2018-09-19 21:21:43 +02:00

23 lines
646 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"
}
}
}