diff --git a/custom_components/knmi/const.py b/custom_components/knmi/const.py index c962882..9c7769f 100644 --- a/custom_components/knmi/const.py +++ b/custom_components/knmi/const.py @@ -26,7 +26,7 @@ # Base component constants. NAME = "KNMI" DOMAIN = "knmi" -VERSION = "1.1.4" +VERSION = "1.1.5" ATTRIBUTION = "KNMI Weergegevens via https://weerlive.nl/" # Platforms. diff --git a/custom_components/knmi/manifest.json b/custom_components/knmi/manifest.json index 859318e..abf3a85 100644 --- a/custom_components/knmi/manifest.json +++ b/custom_components/knmi/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://github.com/golles/ha-knmi/", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/golles/ha-knmi//issues", - "version": "1.1.4", + "version": "1.1.5", "config_flow": true, "codeowners": [ "@golles"