mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
21 lines
No EOL
653 B
JSON
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."
|
|
}
|
|
}
|
|
} |