hass.tibber_prices/custom_components/tibber_prices/translations/en.json
2025-04-23 20:18:35 +00:00

100 lines
4.1 KiB
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": "The Tibber Access Token is invalid.",
"connection": "Unable to connect to Tibber. Please check your internet connection.",
"unknown": "An unexpected error occurred. Please check the logs for details."
},
"abort": {
"already_configured": "This entry is already configured.",
"entry_not_found": "Tibber configuration entry not found."
}
},
"options": {
"step": {
"init": {
"title": "Update Tibber Configuration",
"description": "Update your Tibber API access token. If you need a new token, you can generate one at https://developer.tibber.com/settings/access-token",
"data": {
"access_token": "Tibber Access Token"
}
}
},
"error": {
"auth": "The Tibber Access Token is invalid.",
"connection": "Unable to connect to Tibber. Please check your internet connection.",
"unknown": "An unexpected error occurred. Please check the logs for details.",
"different_account": "The new access token belongs to a different Tibber account. Please use a token from the same account or create a new configuration for the other account."
},
"abort": {
"entry_not_found": "Tibber configuration entry not found."
}
},
"entity": {
"sensor": {
"current_price": {
"name": "Current Price",
"description": "The current hour's electricity price including taxes"
},
"next_hour_price": {
"name": "Next Hour Price",
"description": "The next hour's electricity price including taxes"
},
"price_level": {
"name": "Price Level",
"description": "Current price level indicator (VERY_CHEAP, CHEAP, NORMAL, EXPENSIVE, VERY_EXPENSIVE)"
},
"lowest_price_today": {
"name": "Lowest Price Today",
"description": "The lowest electricity price for the current day"
},
"highest_price_today": {
"name": "Highest Price Today",
"description": "The highest electricity price for the current day"
},
"average_price_today": {
"name": "Average Price Today",
"description": "The average electricity price for the current day"
},
"hourly_rating": {
"name": "Hourly Price Rating",
"description": "Price comparison with historical data for the current hour (percentage difference)"
},
"daily_rating": {
"name": "Daily Price Rating",
"description": "Price comparison with historical data for the current day (percentage difference)"
},
"monthly_rating": {
"name": "Monthly Price Rating",
"description": "Price comparison with historical data for the current month (percentage difference)"
},
"data_timestamp": {
"name": "Last Data Available",
"description": "Timestamp of the most recent price data received from Tibber"
},
"tomorrow_data_available": {
"name": "Tomorrow's Data Available",
"description": "Indicates if price data for tomorrow is available (Yes/No/Partial)"
}
},
"binary_sensor": {
"peak_hour": {
"name": "Peak Hour"
},
"best_price_hour": {
"name": "Best Price Hour"
},
"connection": {
"name": "Connection Status"
}
}
}
}