mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-04-09 09:03:40 +00:00
New duration sensor showing time until next price trend change as hours (e.g., 2.25 h). Registered in MINUTE_UPDATE_ENTITY_KEYS for per-minute updates. Shares cached attributes with next_price_trend_change timestamp sensor. Added trend attributes to _unrecorded_attributes (threshold/volatility/diff attributes excluded from recorder). Updated timer group size test expectation from 6 to 7. Impact: Users can display a live countdown to the next trend change on dashboards and use it in automations (e.g., "if < 0.25 h, prepare"). |
||
|---|---|---|
| .. | ||
| attributes | ||
| calculators | ||
| __init__.py | ||
| chart_data.py | ||
| chart_metadata.py | ||
| core.py | ||
| definitions.py | ||
| helpers.py | ||
| types.py | ||
| value_getters.py | ||