hass.tibber_prices/custom_components/tibber_prices/translations/en.json
2025-04-18 16:10:14 +00:00

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."
}
}
}