We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e2765 commit 43c82daCopy full SHA for 43c82da
custom_components/knmi/const.py
@@ -16,7 +16,7 @@
16
# Base component constants.
17
NAME = "KNMI"
18
DOMAIN = "knmi"
19
-VERSION = "1.0.3"
+VERSION = "1.0.4"
20
ATTRIBUTION = "KNMI Weergegevens via https://weerlive.nl/"
21
22
# Icons.
@@ -60,7 +60,7 @@
60
"NO": 45,
61
"ONO": 67.5,
62
"O": 90,
63
- "Ooost": 90,
+ "Oost": 90,
64
"OZO": 112.5,
65
"ZO": 135,
66
"ZZO": 157.5,
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.3",
+ "version": "1.0.4",
8
"config_flow": true,
9
"codeowners": [
10
"@golles"
0 commit comments