Skip to content

Commit

Permalink
Switch Avalex tot Ximmio
Browse files Browse the repository at this point in the history
  • Loading branch information
pippyn committed Oct 1, 2021
1 parent 2b886fb commit 34dc6ed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion custom_components.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sensor.afvalbeheer": {
"version": "4.7.29",
"version": "4.7.30",
"local_location": "/custom_components/afvalbeheer/__init__.py",
"remote_location": "https://raw.githubusercontent.com/pippyn/Home-Assistant-Sensor-Afvalbeheer/master/custom_components/afvalbeheer/__init__.py",
"visit_repo": "https://github.com/pippyn/Home-Assistant-Sensor-Afvalbeheer",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/afvalbeheer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.7.29'
__version__ = '4.7.30'
2 changes: 1 addition & 1 deletion custom_components/afvalbeheer/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"rsa",
"pycryptodome"
],
"version": "4.7.29"
"version": "4.7.30"
}
6 changes: 4 additions & 2 deletions custom_components/afvalbeheer/sensor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Sensor component for waste pickup dates from dutch and belgium waste collectors
Original Author: Pippijn Stortelder
Current Version: 4.7.29 20210930 - Pippijn Stortelder
Current Version: 4.7.30 20211001 - Pippijn Stortelder
20210112 - Updated date format for RD4
20210114 - Fix error made in commit 9d720ec
20210120 - Enabled textile for RecycleApp
Expand All @@ -27,6 +27,7 @@
20210927 - Fix for Alkmaar
20210927 - Added option 'dayofweekonly' to only show day name in state
20210930 - Fix for Alkmaar
20211001 - Switch Avalex tot Ximmio
Example config:
Configuration.yaml:
Expand Down Expand Up @@ -108,7 +109,6 @@
OPZET_COLLECTOR_URLS = {
'alkmaar': 'https://www.stadswerk072.nl',
'alphenaandenrijn': 'https://afvalkalender.alphenaandenrijn.nl',
'avalex': 'https://www.avalex.nl',
'berkelland': 'https://afvalkalender.gemeenteberkelland.nl',
'blink': 'https://mijnblink.nl',
'cranendonck': 'https://afvalkalender.cranendonck.nl',
Expand Down Expand Up @@ -136,6 +136,7 @@
'acv': 'f8e2844a-095e-48f9-9f98-71fceb51d2c3',
'almere': '53d8db94-7945-42fd-9742-9bbc71dbe4c1',
'areareiniging': 'adc418da-d19b-11e5-ab30-625662870761',
'avalex': 'f7a74ad1-fdbf-4a43-9f91-44644f4d4222',
'avri': '78cd4156-394b-413d-8936-d407e334559a',
'bar': 'bb58e633-de14-4b2a-9941-5bc419f1c4b0',
'hellendoorn': '24434f5b-7244-412b-9306-3a2bd1e22bc1',
Expand Down Expand Up @@ -1220,6 +1221,7 @@ class XimmioCollector(WasteCollector):
}

XIMMIO_URLS = {
'avalex': "https://wasteprod2api.ximmio.com",
'meerlanden': "https://wasteprod2api.ximmio.com",
'rad': "https://wasteprod2api.ximmio.com",
'westland': "https://wasteprod2api.ximmio.com",
Expand Down

0 comments on commit 34dc6ed

Please sign in to comment.