hass.tibber_prices/custom_components/tibber_prices/sensor/calculators
Sparrow Lara 406656c9d0 Add configurable monetary decimal precision
- Add global price_round_decimals option with migration defaults

- Add config number entity to control decimals at runtime

- Apply precision setting across monetary sensor state calculations

- Add translations/custom translations for new number entity

- Fix suggested_display_precision indentation/import issue in sensor core
2026-04-14 12:35:26 +02:00
..
__init__.py feat(sensor): add data lifecycle diagnostic sensor with push updates 2025-11-20 15:12:41 +00:00
base.py refactor(price_info): price data handling to use unified interval retrieval 2025-11-24 10:49:34 +00:00
daily_stat.py Add configurable monetary decimal precision 2026-04-14 12:35:26 +02:00
interval.py Add configurable monetary decimal precision 2026-04-14 12:35:26 +02:00
lifecycle.py fix(sensor): streamline lifecycle attrs and next poll visibility 2025-12-26 12:13:36 +00:00
metadata.py feat(sensors): add day pattern detection sensors (valley/peak/flat/rising/falling) 2026-04-11 21:07:16 +00:00
rolling_hour.py refactor(sensor): replace redundant pass-through lambdas with direct references 2026-04-06 14:28:51 +00:00
timing.py fix(docs): correct inaccuracies and add missing documentation 2026-04-11 11:51:52 +00:00
trend.py Add configurable monetary decimal precision 2026-04-14 12:35:26 +02:00
volatility.py Add configurable monetary decimal precision 2026-04-14 12:35:26 +02:00
window_24h.py Add configurable monetary decimal precision 2026-04-14 12:35:26 +02:00