mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-04-09 17:13:41 +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"). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| daily_stat.py | ||
| future.py | ||
| helpers.py | ||
| interval.py | ||
| lifecycle.py | ||
| metadata.py | ||
| timing.py | ||
| trend.py | ||
| volatility.py | ||
| window_24h.py | ||