mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
20 lines
No EOL
626 B
JSON
20 lines
No EOL
626 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "If you need help with the configuration have a look here: https://github.com/jpawlowski/hass.tibber_prices",
|
|
"data": {
|
|
"access_token": "Tibber Access Token"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"auth": "Tibber Access Token is wrong.",
|
|
"connection": "Unable to connect to the server.",
|
|
"unknown": "Unknown error occurred."
|
|
},
|
|
"abort": {
|
|
"already_configured": "This entry is already configured."
|
|
}
|
|
}
|
|
} |