Skip to content

Commit 43c82da

Browse files
committed
Fixing typo that causes KeyError in WIND_DIRECTION_MAP
1 parent 29e2765 commit 43c82da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

custom_components/knmi/const.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Base component constants.
1717
NAME = "KNMI"
1818
DOMAIN = "knmi"
19-
VERSION = "1.0.3"
19+
VERSION = "1.0.4"
2020
ATTRIBUTION = "KNMI Weergegevens via https://weerlive.nl/"
2121

2222
# Icons.
@@ -60,7 +60,7 @@
6060
"NO": 45,
6161
"ONO": 67.5,
6262
"O": 90,
63-
"Ooost": 90,
63+
"Oost": 90,
6464
"OZO": 112.5,
6565
"ZO": 135,
6666
"ZZO": 157.5,

custom_components/knmi/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"documentation": "https://github.com/golles/ha-knmi/",
55
"iot_class": "cloud_polling",
66
"issue_tracker": "https://github.com/golles/ha-knmi//issues",
7-
"version": "1.0.3",
7+
"version": "1.0.4",
88
"config_flow": true,
99
"codeowners": [
1010
"@golles"

0 commit comments

Comments
 (0)