hass.tibber_prices/custom_components/tibber_prices/translations
Julian Pawlowski 51a62d712f feat(sensor): add next/previous/rolling-hour price rank sensors
Rename the three existing price rank sensors from price_rank_* to
current_interval_price_rank_* to clarify they rank the current
quarter-hour interval's price, not a daily aggregate — consistent with
current_interval_price_level / current_interval_price_rating naming.

Add 8 new rank sensors covering additional subjects and reference windows:
- next_interval_price_rank_{today,today_tomorrow}
- previous_interval_price_rank_{today,today_tomorrow}
- current_hour_price_rank_{today,today_tomorrow}   (5-interval rolling avg)
- next_hour_price_rank_{today,today_tomorrow}       (5-interval rolling avg)

All new sensors are disabled by default. The volatility calculator gains a
subject parameter (_get_subject_price / _get_subject_price_attr_key /
_get_rolling_hour_avg_price) to select which price to rank. Sensor key
routing in value_getters.py and attributes/__init__.py updated accordingly.

No migration entries needed — the original price_rank_* sensors were never
released to users.

All 5 translation files updated. sensor-reference.md regenerated (129 entities).

Impact: Users can now track price rank for the next interval (look-ahead),
the previous interval (logging), and rolling hourly averages — for both
same-day and two-day reference windows.
2026-04-12 15:02:27 +00:00
..
de.json feat(sensor): add next/previous/rolling-hour price rank sensors 2026-04-12 15:02:27 +00:00
en.json feat(sensor): add next/previous/rolling-hour price rank sensors 2026-04-12 15:02:27 +00:00
nb.json feat(sensor): add next/previous/rolling-hour price rank sensors 2026-04-12 15:02:27 +00:00
nl.json feat(sensor): add next/previous/rolling-hour price rank sensors 2026-04-12 15:02:27 +00:00
sv.json feat(sensor): add next/previous/rolling-hour price rank sensors 2026-04-12 15:02:27 +00:00