We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6724da4 + 2db33c8 commit 5c91ecfCopy full SHA for 5c91ecf
custom_components/knmi/weather.py
@@ -60,7 +60,7 @@ def native_pressure(self):
60
return None
61
62
@property
63
- def native_humidity(self):
+ def humidity(self):
64
"""Return the humidity."""
65
if super().get_data("lv") is not None:
66
return float(super().get_data("lv"))
0 commit comments