- Fix API connection error handling (thanks @Cougar)
- Update dependencies (GHSA-h8pj-cxx2-jfg2)
- Support for later pytest-httpx releases
- Relax httpx constraint
- Add support for altitude
- Add basic tests
- Migrate to httpx
- Migrate to pyproject
- Only allow aiohttp >= 3.7.4 to avoid CVE-2021-21330
- Use new API endpoint (thanks @mattsches)
- Increase timeout (thanks @darashenka)
- Only add value types if reported by the API (thanks @cgtobi)
- Remove debug print
- Better handling of empty API responses (thanks @jvanderneutstulen)
- Limit data to P1 and P2
- Update docstrings
- Refactor sensor check
- Update example
- Check if a given station is valid
- Update example
- Check if a given station is available
- Update example
- Update method name
- Fix example
- Support for async syntax
- Add CHANGES.rst
- Add ordering fix by @ReneNulschDE (#1)
- Initial release