diff --git a/custom_components/afvalwijzer/collector/mijnafvalwijzer.py b/custom_components/afvalwijzer/collector/mijnafvalwijzer.py index 4b1722e..e1e21e3 100644 --- a/custom_components/afvalwijzer/collector/mijnafvalwijzer.py +++ b/custom_components/afvalwijzer/collector/mijnafvalwijzer.py @@ -34,4 +34,4 @@ def get_waste_data_raw(provider, postal_code, street_number, suffix): except KeyError as err: raise KeyError(f"Invalid and/or no data received from {url}") from err - return ophaaldagen_data + ophaaldagen_next_data + return ophaaldagen_data + ophaaldagen_next_data[:25] diff --git a/custom_components/afvalwijzer/const/const.py b/custom_components/afvalwijzer/const/const.py index 338522b..5cc0f26 100644 --- a/custom_components/afvalwijzer/const/const.py +++ b/custom_components/afvalwijzer/const/const.py @@ -5,7 +5,7 @@ API = "api" NAME = "afvalwijzer" -VERSION = "2024.12.05" +VERSION = "2024.12.06" ISSUE_URL = "https://github.com/xirixiz/homeassistant-afvalwijzer/issues" diff --git a/custom_components/afvalwijzer/manifest.json b/custom_components/afvalwijzer/manifest.json index 9e8f32c..234a2db 100644 --- a/custom_components/afvalwijzer/manifest.json +++ b/custom_components/afvalwijzer/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/xirixiz/homeassistant-afvalwijzer/issues", "requirements": [], - "version": "2024.12.05" + "version": "2024.12.06" } diff --git a/setup.cfg b/setup.cfg index 93861a0..e70b018 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpver] -current_version = 2024.12.05 +current_version = 2024.12.06 version_pattern = MAJOR.MINOR.PATCH[PYTAGNUM] [bumpver:file_patterns]