File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 16
16
# Base component constants.
17
17
NAME = "KNMI"
18
18
DOMAIN = "knmi"
19
- VERSION = "1.0.1 "
19
+ VERSION = "1.0.2 "
20
20
ATTRIBUTION = "KNMI Weergegevens via https://weerlive.nl/"
21
21
22
22
# Icons.
52
52
53
53
# Map wind direction from KNMI string to number.
54
54
WIND_DIRECTION_MAP = {
55
+ "VAR" : 0 ,
55
56
"N" : 360 ,
57
+ "Noord" : 360 ,
56
58
"NNO" : 22.5 ,
57
59
"NO" : 45 ,
58
60
"ONO" : 67.5 ,
59
61
"O" : 90 ,
62
+ "Ooost" : 90 ,
60
63
"OZO" : 112.5 ,
61
64
"ZO" : 135 ,
62
65
"ZZO" : 157.5 ,
63
66
"Z" : 180 ,
67
+ "Zuid" : 180 ,
64
68
"ZZW" : 202.5 ,
65
69
"ZW" : 225 ,
66
70
"WZW" : 247.5 ,
67
71
"W" : 270 ,
72
+ "West" : 270 ,
68
73
"WNW" : 292.5 ,
69
74
"NW" : 315 ,
70
75
"NNW" : 337.5 ,
Original file line number Diff line number Diff line change 4
4
"documentation" : " https://github.com/golles/ha-knmi/" ,
5
5
"iot_class" : " cloud_polling" ,
6
6
"issue_tracker" : " https://github.com/golles/ha-knmi//issues" ,
7
- "version" : " 1.0.1 " ,
7
+ "version" : " 1.0.2 " ,
8
8
"config_flow" : true ,
9
9
"codeowners" : [
10
10
" @golles"
You can’t perform that action at this time.
0 commit comments