We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587deb3 commit 81b2360Copy full SHA for 81b2360
custom_components/knmi/const.py
@@ -26,7 +26,7 @@
26
# Base component constants.
27
NAME = "KNMI"
28
DOMAIN = "knmi"
29
-VERSION = "1.1.4"
+VERSION = "1.1.5"
30
ATTRIBUTION = "KNMI Weergegevens via https://weerlive.nl/"
31
32
# Platforms.
custom_components/knmi/manifest.json
@@ -4,7 +4,7 @@
4
"documentation": "https://github.com/golles/ha-knmi/",
5
"iot_class": "cloud_polling",
6
"issue_tracker": "https://github.com/golles/ha-knmi//issues",
7
- "version": "1.1.4",
+ "version": "1.1.5",
8
"config_flow": true,
9
"codeowners": [
10
"@golles"
0 commit comments