diff --git a/custom_components/afvalwijzer/config_flow.py b/custom_components/afvalwijzer/config_flow.py index f1fb06d..4720cf7 100644 --- a/custom_components/afvalwijzer/config_flow.py +++ b/custom_components/afvalwijzer/config_flow.py @@ -29,23 +29,23 @@ SENSOR_COLLECTORS_XIMMIO_IDS, ) -try: - from . import ( - afvalalert, - burgerportaal, - circulus, - deafvalapp, - icalendar, - klikogroep, - mijnafvalwijzer, - opzet, - rd4, - rova, - rwm, - ximmio, - ) -except ImportError as err: - _LOGGER.error("Failed to import provider modules: %s", err) +# try: +# from . import ( +# afvalalert, +# burgerportaal, +# circulus, +# deafvalapp, +# icalendar, +# klikogroep, +# mijnafvalwijzer, +# opzet, +# rd4, +# rova, +# rwm, +# ximmio, +# ) +# except ImportError as err: +# _LOGGER.error("Failed to import provider modules: %s", err) # Extract all collectors into a single list all_collectors = sorted( diff --git a/custom_components/afvalwijzer/const/const.py b/custom_components/afvalwijzer/const/const.py index 4258bbd..43a7c62 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.07" +VERSION = "2024.12.08" ISSUE_URL = "https://github.com/xirixiz/homeassistant-afvalwijzer/issues" diff --git a/custom_components/afvalwijzer/manifest.json b/custom_components/afvalwijzer/manifest.json index 33b8d20..07c05f4 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.07" + "version": "2024.12.08" } diff --git a/setup.cfg b/setup.cfg index 15b9278..890e7db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpver] -current_version = 2024.12.07 +current_version = 2024.12.08 version_pattern = MAJOR.MINOR.PATCH[PYTAGNUM] [bumpver:file_patterns]