We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9889bda commit b0fb202Copy full SHA for b0fb202
custom_components/knmi/const.py
@@ -27,7 +27,7 @@
27
# Base component constants.
28
NAME = "KNMI"
29
DOMAIN = "knmi"
30
-VERSION = "1.1.6"
+VERSION = "1.1.7"
31
ATTRIBUTION = "KNMI Weergegevens via https://weerlive.nl/"
32
33
# 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.6",
+ "version": "1.1.7",
8
"config_flow": true,
9
"codeowners": [
10
"@golles"
0 commit comments