We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c91ecf commit 6ee59b3Copy full SHA for 6ee59b3
custom_components/knmi/const.py
@@ -31,7 +31,7 @@
31
# Base component constants.
32
NAME = "KNMI"
33
DOMAIN = "knmi"
34
-VERSION = "1.1.10"
+VERSION = "1.1.11"
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.10",
+ "version": "1.1.11",
8
"config_flow": true,
9
"codeowners": [
10
"@golles"
0 commit comments