We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44a8b6 commit 69fe54dCopy full SHA for 69fe54d
custom_components/knmi/const.py
@@ -16,7 +16,7 @@
16
# Base component constants.
17
NAME = "KNMI"
18
DOMAIN = "knmi"
19
-VERSION = "1.0.4"
+VERSION = "1.0.5"
20
ATTRIBUTION = "KNMI Weergegevens via https://weerlive.nl/"
21
22
# Icons.
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.0.4",
+ "version": "1.0.5",
8
"config_flow": true,
9
"codeowners": [
10
"@golles"
0 commit comments