hass.tibber_prices/custom_components/integration_blueprint/translations/en.json
Julian Pawlowski 131a4eb148
Initial commit
2025-04-18 14:32:54 +02:00

21 lines
No EOL
653 B
JSON

{
"config": {
"step": {
"user": {
"description": "If you need help with the configuration have a look here: https://github.com/ludeeus/integration_blueprint",
"data": {
"username": "Username",
"password": "Password"
}
}
},
"error": {
"auth": "Username/Password is wrong.",
"connection": "Unable to connect to the server.",
"unknown": "Unknown error occurred."
},
"abort": {
"already_configured": "This entry is already configured."
}
}
}