core/homeassistant/components/tibber/strings.json

22 lines
630 B
JSON

{
"title": "Tibber",
"config": {
"abort": {
"already_configured": "A Tibber account is already configured."
},
"error": {
"timeout": "Timeout connecting to Tibber",
"connection_error": "Error connecting to Tibber",
"invalid_access_token": "[%key:common::config_flow::error::invalid_access_token%]"
},
"step": {
"user": {
"data": {
"access_token": "[%key:common::config_flow::data::access_token%]"
},
"description": "Enter your access token from https://developer.tibber.com/settings/accesstoken",
"title": "Tibber"
}
}
}
}