mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-04-09 09:03:40 +00:00
Added 3 new config fields to price trend options step: - Trend Change Confirmation (2-6 intervals slider) - Min Price Change for trend (display-unit-aware slider) - Min Price Change for strong trend (display-unit-aware slider) Price change sliders scale between base currency (EUR/NOK) storage and display unit (ct/øre) presentation using get_display_unit_factor(). Added migration in __init__.py to convert old display-unit values to base currency format. Impact: Users can tune trend sensitivity: higher confirmation = fewer false changes, higher min price change = no trends from tiny fluctuations. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| entity_check.py | ||
| options_flow.py | ||
| schemas.py | ||
| subentry_flow.py | ||
| user_flow.py | ||
| validators.py | ||