mirror of https://github.com/home-assistant/core
26 lines
880 B
JSON
26 lines
880 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Copy & paste your [API access credentials](https://access.igloocompany.co/api-access) to give Home Assistant access to your account.",
|
|
"data": {
|
|
"client_id": "Client ID",
|
|
"client_secret": "Client secret"
|
|
},
|
|
"data_description": {
|
|
"client_id": "Client ID provided by your iglooaccess account.",
|
|
"client_secret": "Client Secret provided by your iglooaccess account."
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
|
}
|
|
}
|
|
}
|