hass.tibber_prices/custom_components/tibber_prices/entity_utils
Julian Pawlowski 981fb08a69 refactor(price_info): price data handling to use unified interval retrieval
- Introduced `get_intervals_for_day_offsets` helper to streamline access to price intervals for yesterday, today, and tomorrow.
- Updated various components to replace direct access to `priceInfo` with the new helper, ensuring a flat structure for price intervals.
- Adjusted calculations and data processing methods to accommodate the new data structure.
- Enhanced documentation to reflect changes in caching strategy and data structure.
2025-11-24 10:49:34 +00:00
..
__init__.py refactor(entity_utils): extract shared helpers from sensor platform 2025-11-18 20:07:17 +00:00
attributes.py refactor(entity): switch description content based on extended_descriptions 2025-11-21 17:30:29 +00:00
colors.py feat(sensors): add timing sensors for best_price and peak_price periods 2025-11-15 17:12:55 +00:00
helpers.py refactor(naming): complete class naming convention alignment 2025-11-20 11:22:53 +00:00
icons.py refactor(price_info): price data handling to use unified interval retrieval 2025-11-24 10:49:34 +00:00