Skip to content

Commit

Permalink
fix print in ximmio
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram van Dartel committed Apr 20, 2022
1 parent 8b657cc commit e09427b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion custom_components/afvalwijzer/const/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

API = "api"
NAME = "afvalwijzer"
VERSION = "2022.02.04"
VERSION = "2022.04.01"
ISSUE_URL = "https://github.com/xirixiz/homeassistant-afvalwijzer/issues"

_LOGGER = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/afvalwijzer/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "afvalwijzer",
"name": "Afvalwijzer",
"version": "2022.02.04",
"version": "2022.04.01",
"iot_class": "cloud_polling",
"documentation": "https://github.com/xirixiz/homeassistant-afvalwijzer/blob/master/README.md",
"issue_tracker": "https://github.com/xirixiz/homeassistant-afvalwijzer/issues",
Expand Down
17 changes: 11 additions & 6 deletions custom_components/afvalwijzer/test/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,19 @@
# postal_code = "2201XZ"
# street_number = "38"

# Ximmio
provider = "acv"
postal_code = "6713CG"
street_number = "11"

# Twente
provider = "twentemilieu"
postal_code = "7642JH"
street_number = "5"
# provider = "twentemilieu"
# postal_code = "7642JH"
# street_number = "5"

provider = "prezero"
postal_code = "6665CN"
street_number = "1"
# provider = "prezero"
# postal_code = "6665CN"
# street_number = "1"

if provider in SENSOR_COLLECTORS_AFVALWIJZER:
collector = MijnAfvalWijzerCollector(
Expand Down

0 comments on commit e09427b

Please sign in to comment.