We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a1c98 commit 6724da4Copy full SHA for 6724da4
custom_components/knmi/const.py
@@ -31,7 +31,7 @@
31
# Base component constants.
32
NAME = "KNMI"
33
DOMAIN = "knmi"
34
-VERSION = "1.1.9"
+VERSION = "1.1.10"
35
ATTRIBUTION = "KNMI Weergegevens via https://weerlive.nl/"
36
37
# Defaults
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.9",
+ "version": "1.1.10",
8
"config_flow": true,
9
"codeowners": [
10
"@golles"
0 commit comments