Skip to content

Commit

Permalink
Add support for Sliedrecht
Browse files Browse the repository at this point in the history
  • Loading branch information
pippyn committed Sep 18, 2024
1 parent da17268 commit e48b8d6
Show file tree
Hide file tree
Showing 4 changed files with 5 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": "5.4.2",
"version": "5.4.3",
"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
4 changes: 2 additions & 2 deletions custom_components/afvalbeheer/__init__.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: 5.4.2 20240918
Current Version: 5.4.3 20240918
20230705 - Added support for Afval3xBeter
20230822 - Fix icon for papier-pmd
20230927 - Fix ZRD API
Expand Down Expand Up @@ -69,7 +69,7 @@
from .API import get_wastedata_from_config


__version__ = "5.4.2"
__version__ = "5.4.3"


_LOGGER = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/afvalbeheer/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
'purmerend': 'https://afvalkalender.purmerend.nl',
'rwm': 'https://rwm.nl',
'schouwen-duiveland': 'https://afvalkalender.schouwen-duiveland.nl',
'sliedrecht': 'afvalkalender.sliedrecht.nl',
'sliedrecht': 'https://afvalkalender.sliedrecht.nl',
'spaarnelanden': 'https://afvalwijzer.spaarnelanden.nl',
'sudwestfryslan': 'https://afvalkalender.sudwestfryslan.nl',
'suez': 'https://inzamelwijzer.prezero.nl',
Expand Down
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": "5.4.2"
"version": "5.4.3"
}

0 comments on commit e48b8d6

Please sign in to comment.