2020-05-03 12:40:19 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
2020-10-02 07:17:06 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
2020-05-03 12:40:19 +00:00
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"timeout": "Timeout connecting to Tibber",
|
2020-10-14 19:10:37 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
2020-05-05 03:10:39 +00:00
|
|
|
"invalid_access_token": "[%key:common::config_flow::error::invalid_access_token%]"
|
2020-05-03 12:40:19 +00:00
|
|
|
},
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"access_token": "[%key:common::config_flow::data::access_token%]"
|
2020-05-03 12:40:19 +00:00
|
|
|
},
|
|
|
|
"description": "Enter your access token from https://developer.tibber.com/settings/accesstoken",
|
|
|
|
"title": "Tibber"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-10-02 07:17:06 +00:00
|
|
|
}
|