mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 13:23:41 +00:00
112 lines
4 KiB
JSON
112 lines
4 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Set up Tibber Price Information & Ratings. To generate an API access token, visit developer.tibber.com.",
|
|
"data": {
|
|
"access_token": "API access token",
|
|
"extended_descriptions": "Show extended descriptions in entity attributes"
|
|
},
|
|
"title": "Tibber Price Information & Ratings"
|
|
}
|
|
},
|
|
"error": {
|
|
"auth": "The Tibber Access Token is invalid.",
|
|
"connection": "Unable to connect to Tibber. Please check your internet connection.",
|
|
"unknown": "Unexpected error",
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_access_token": "Invalid access token"
|
|
},
|
|
"abort": {
|
|
"already_configured": "Integration is already configured",
|
|
"entry_not_found": "Tibber configuration entry not found."
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Options for Tibber Price Information & Ratings",
|
|
"description": "Configure options for Tibber Price Information & Ratings",
|
|
"data": {
|
|
"access_token": "Tibber Access Token",
|
|
"extended_descriptions": "Show extended descriptions in entity attributes"
|
|
}
|
|
}
|
|
},
|
|
"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 Electricity Price"
|
|
},
|
|
"current_price_cents": {
|
|
"name": "Current Electricity Price"
|
|
},
|
|
"next_interval_price": {
|
|
"name": "Next Interval Electricity Price"
|
|
},
|
|
"next_interval_price_cents": {
|
|
"name": "Next Interval Electricity Price"
|
|
},
|
|
"price_level": {
|
|
"name": "Current Price Level"
|
|
},
|
|
"lowest_price_today": {
|
|
"name": "Today's Lowest Price"
|
|
},
|
|
"lowest_price_today_cents": {
|
|
"name": "Today's Lowest Price"
|
|
},
|
|
"highest_price_today": {
|
|
"name": "Today's Highest Price"
|
|
},
|
|
"highest_price_today_cents": {
|
|
"name": "Today's Highest Price"
|
|
},
|
|
"average_price_today": {
|
|
"name": "Today's Average Price"
|
|
},
|
|
"average_price_today_cents": {
|
|
"name": "Today's Average Price"
|
|
},
|
|
"price_rating": {
|
|
"name": "Current Price Rating"
|
|
},
|
|
"daily_rating": {
|
|
"name": "Daily Price Rating"
|
|
},
|
|
"monthly_rating": {
|
|
"name": "Monthly Price Rating"
|
|
},
|
|
"data_timestamp": {
|
|
"name": "Latest Data Available"
|
|
},
|
|
"tomorrow_data_available": {
|
|
"name": "Tomorrow's Data Status"
|
|
},
|
|
"price_forecast": {
|
|
"name": "Price Forecast"
|
|
}
|
|
},
|
|
"binary_sensor": {
|
|
"peak_hour": {
|
|
"name": "Peak Hour"
|
|
},
|
|
"best_price_hour": {
|
|
"name": "Best Price Hour"
|
|
},
|
|
"connection": {
|
|
"name": "Tibber API Connection"
|
|
}
|
|
}
|
|
}
|
|
}
|