Skip to content

Commit e3b03f7

Browse files
committed
Adding missing key halfbewolkt_regen in CONDITIONS_MAP
Fixes #2
1 parent da84a0b commit e3b03f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_components/knmi/const.py

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"sneeuw": ATTR_CONDITION_SNOWY,
4545
"bewolkt": ATTR_CONDITION_CLOUDY,
4646
"halfbewolkt": ATTR_CONDITION_PARTLYCLOUDY,
47+
"halfbewolkt_regen": ATTR_CONDITION_PARTLYCLOUDY,
4748
"zwaarbewolkt": ATTR_CONDITION_CLOUDY,
4849
"nachtmist": ATTR_CONDITION_FOG,
4950
"helderenacht": ATTR_CONDITION_CLEAR_NIGHT,

0 commit comments

Comments
 (0)