Skip to content

Releases: xirixiz/homeassistant-afvalwijzer

4.1.0

30 Jan 09:23
848a653
Compare
Choose a tag to compare
  • Added day_after_tomorrow sensor
  • Added first_next_pickup_date sensor
  • Fix auto update

4.0.1

28 Jan 22:22
3218464
Compare
Choose a tag to compare
Merge pull request #34 from xirixiz/4.0.1

release 4.0.1

4.0.0

28 Jan 14:27
Compare
Choose a tag to compare

Complete rewrite of the component.

  • Configuration items have been given different names (english now!)
  • Trash type sensors now have an attribute to see when the next pickup is in days.
  • sensor.trash_next is now sensor.trash_first_next_in_days
  • The logic now has been moved to a Python library (afvaldienst).
  • bs4 has been removed, let's say scraping sites isn't desired.
  • Old and unnecessary files/items have been removed from the repository.

3.0.12

10 Dec 21:36
7d79fa0
Compare
Choose a tag to compare
Update sensor.py

3.0.11

10 Dec 09:02
9cd2496
Compare
Choose a tag to compare
Merge pull request #28 from marijngiesen/master

Remove whitespace in state

3.0.10

22 Sep 07:25
9752e72
Compare
Choose a tag to compare
Update custom_updater.json

3.0.9

28 Apr 01:34
01c064b
Compare
Choose a tag to compare
  • Bugfix release custom updater

3.0.8

27 Apr 11:49
d74442d
Compare
Choose a tag to compare
  • Make compatible with custom_updater > 4.2.11 so it's possible to add additional resources (required for hass > 0.92).

3.0.7

26 Apr 02:41
d8f71e1
Compare
Choose a tag to compare
  • Make compatible with hass 0.92

3.0.6

25 Mar 08:52
d40579a
Compare
Choose a tag to compare
  • Remove python 3.7.x f-strings, back to old formatting for better compatibility