1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-23 11:26:46 +00:00
Files
core/homeassistant/components/igloohome/strings.json
2025-10-28 10:33:10 +01:00

26 lines
855 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_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%]"
},
"step": {
"user": {
"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."
},
"description": "Copy & paste your [API access credentials]({api_access_url}) to give Home Assistant access to your account."
}
}
}
}