mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-05-28 18:43:40 +00:00
Some checks failed
Deploy Docusaurus Documentation (Dual Sites) / Build and Deploy Documentation Sites (push) Waiting to run
Lint / Ruff (push) Waiting to run
Validate / Hassfest validation (push) Waiting to run
Validate / HACS validation (push) Waiting to run
Auto-Tag on Version Bump / Check and create version tag (push) Has been cancelled
Improve the filtering of peak periods to eliminate cross-day artifacts and ensure that only genuine high-price windows are retained. This includes adjustments to the criteria for peak classification and the introduction of validation against previous day's prices for overnight intervals. Impact: Users will experience more accurate peak pricing data, reducing misleading peak classifications on flat days.
11 lines
382 B
JSON
11 lines
382 B
JSON
{
|
|
"domain": "tibber_prices",
|
|
"name": "Tibber Price Information & Ratings",
|
|
"codeowners": ["@jpawlowski"],
|
|
"config_flow": true,
|
|
"documentation": "https://github.com/jpawlowski/hass.tibber_prices",
|
|
"iot_class": "cloud_polling",
|
|
"issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues",
|
|
"requirements": ["aiofiles>=23.2.1"],
|
|
"version": "0.31.0b3"
|
|
}
|