hass.tibber_prices/custom_components/tibber_prices/sensor
Julian Pawlowski 1d065b11cd fix(services): use injected now in resolve_search_range day offset
_resolve_time_with_day_offset() was calling dt_util.now() internally
instead of using the injected now parameter. This caused incorrect date
calculations in tests and any caller that passes a specific reference time.

Also add missing price_rank_* sensor keys to TIME_SENSITIVE_ENTITY_KEYS
in coordinator/constants.py so quarter-hour refresh is registered for all
11 price rank sensors (current/next/previous interval and hour variants).

Rename dt as dt_utils → dt as dt_util (ICN001) across 11 files to follow
the project-wide import alias convention. Apply ruff auto-fixes for import
ordering and collapsing single-item imports throughout the codebase.

Released-Bug: no
2026-04-14 19:33:24 +00:00
..
attributes fix(services): use injected now in resolve_search_range day offset 2026-04-14 19:33:24 +00:00
calculators fix(services): use injected now in resolve_search_range day offset 2026-04-14 19:33:24 +00:00
__init__.py fix(services): use injected now in resolve_search_range day offset 2026-04-14 19:33:24 +00:00
chart_data.py feat(sensors): add chart_metadata sensor for lightweight chart configuration 2025-12-05 20:30:54 +00:00
chart_metadata.py fix: support main and subunit currency 2025-12-11 23:07:06 +00:00
core.py feat(sensor): use dynamic precision for price rounding and display 2026-04-14 19:28:19 +00:00
definitions.py fix(services): use injected now in resolve_search_range day offset 2026-04-14 19:33:24 +00:00
helpers.py feat(sensor): use dynamic precision for price rounding and display 2026-04-14 19:28:19 +00:00
types.py feat(types): add TypedDict documentation and BaseCalculator helpers 2025-11-22 14:32:24 +00:00
value_getters.py fix(services): use injected now in resolve_search_range day offset 2026-04-14 19:33:24 +00:00