Releases: xirixiz/homeassistant-afvalwijzer
Releases · xirixiz/homeassistant-afvalwijzer
2023.01.01
2022.11.02
Changes:
- Restructure code, get rid of all redundant code.
- Fixed an issue with postal_code not being processed as upper case.
- Simplify code to make it easier to implement additional providers.
- Switched to functions instead of classes (providers only). Technical stuff, but makes more sense.
Breaking changes:
- For some providers trash types have been renamed. Could change the name of some sensors, so might need some attention to update notifications.
2022.11.01
Changes:
- Restructure code, get rid of all redundant code.
Breaking changes:
- For some providers trash types have been renamed. Could change the name of some sensors, so might need some attention to update notifications.
2022.10.06
- Support added for deafvalapp
- Fixed some typos in naming conventions
2022.10.05
- KeyError handling instead of ValueError for mijnafvalwijzer data retrieval validation
2022.10.04
- Error handling needs better testing
2022.10.03
- Fix version error
- Nicer error handling for mijnafvalwijzer and related providers
2022.10.02
- Fix mijnafvalwijzer for some communities (phone vs web)
2022.10.01
Minor changes:
- Added new alternative for gft (PR #202)
- Fixed the CI pipline
Notes:
- Last release before adding DeAfvalapp
2022.06.02
- Added RD4 collector. Thanks yoricksmeets!