Mostly dependency updates
✨What's new
- First iteration of implemention better self-explainatory error handling from API responses (#67)
🐛 Bug fixes
💥 Breaking changes
- Minimum supported Home Assistant version is now 2024.8.0 (#69) - won't really break anything, however HACS won't let you upgrade if you're on a lower version
All changes
- Update mypy requirement from >=1.20.2 to >=2.1.0 by @dependabot[bot] in #61
- Update black requirement from >=22.0.0 to >=26.3.1 by @dependabot[bot] in #60
- Fix sandbox version mismatch 3.12 3.10 by @MrSjodin in #63
- Update black requirement from >=26.3.1 to >=26.5.1 by @dependabot[bot] in #64
- Better error handling from api responses by @MrSjodin in #70
- Bump actions/checkout from 6 to 7 by @dependabot[bot] in #74
- Bump codecov/codecov-action from 6 to 7 by @dependabot[bot] in #71
- 69 raise minimum ha support to 20248 by @MrSjodin in #76
- Use
async_update_entry(..., version=2)in Trafiklab migration path by @MrSjodin with @Copilot in #81
Full Changelog: v1.0.0...v1.0.1