hass.tibber_prices/custom_components/tibber_prices/utils
Julian Pawlowski e04e38d09f refactor(logging): remove verbose debug logging from price enrichment
Removed excessive debug logging in enrich_price_info_with_differences():
- Deleted per-interval "Processing" messages (cluttered logs)
- Kept boundary INFO messages (enrichment start/skip counts)
- Removed unused variable expected_intervals_24h
- Removed unused parameter day_label from _process_price_interval()

Impact: Cleaner logs, no functional changes. Reduces log volume during
price data processing.
2025-11-25 20:44:39 +00:00
..
__init__.py refactor(coordinator): centralize time operations through TimeService 2025-11-19 18:36:12 +00:00
average.py refactor(price_info): price data handling to use unified interval retrieval 2025-11-24 10:49:34 +00:00
price.py refactor(logging): remove verbose debug logging from price enrichment 2025-11-25 20:44:39 +00:00