Skip to content

5.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@xirixiz xirixiz released this 28 Sep 12:19

Breaking change release!

  • prefix of the sensor has been aligned with the name of the component, so from sensor.trash_* to sensor.afvalwijzer_
  • zipcode has been renamed to postal_code
  • housenumber has been renamed to street_number
  • count_today has been renamed to include_date_today
  • The scraper and api now have exactly the same functionality. Scrape all data and shortnames based on your region. I had a lot of complaints/requests of missing data and/or different naming of waste types as it was via the api.

Non-breaking changes

  • added a lot of new attributes to the default sensors containing waste pickup information provided by the provider. Could be useful for automation.
  • data_collector option has been removed

Background information

  • Merged all code into the custom component instead of maintaining a separate python library (afvaldienst on PyPi). This will save me a lot of time in maintaining the code but also the logic behind it has shared/improved a lot. If I need to make a switch to a different source in the future, this can be done easily.