hass.tibber_prices/custom_components/tibber_prices/api
Julian Pawlowski 83be54d5ad feat(coordinator): implement repairs system for proactive user notifications
Add repair notification system with three auto-clearing repair types:
- Tomorrow data missing (after 18:00)
- API rate limit exceeded (3+ consecutive errors)
- Home not found in Tibber account

Includes:
- coordinator/repairs.py: Complete TibberPricesRepairManager implementation
- Enhanced API error handling with explicit 5xx handling
- Translations for 5 languages (EN, DE, NB, NL, SV)
- Developer documentation in docs/developer/docs/repairs-system.md

Impact: Users receive actionable notifications for important issues instead
of only seeing stale data in logs.
2025-12-07 20:51:43 +00:00
..
__init__.py fix(imports): update imports after utils package reorganization 2025-11-18 20:07:28 +00:00
client.py feat(coordinator): implement repairs system for proactive user notifications 2025-12-07 20:51:43 +00:00
exceptions.py refactor: resolve circular imports and enhance documentation 2025-11-18 17:32:36 +00:00
helpers.py feat(coordinator): implement repairs system for proactive user notifications 2025-12-07 20:51:43 +00:00
queries.py feat(interval-pool): add intelligent interval caching and memory optimization 2025-11-25 20:44:39 +00:00