diff --git a/homeassistant/components/zha/core/channels/measurement.py b/homeassistant/components/zha/core/channels/measurement.py index 78ff12a9bf3..99d062d4c3e 100644 --- a/homeassistant/components/zha/core/channels/measurement.py +++ b/homeassistant/components/zha/core/channels/measurement.py @@ -57,7 +57,7 @@ class RelativeHumidity(ZigbeeChannel): REPORT_CONFIG = [ { "attr": "measured_value", - "config": (REPORT_CONFIG_MIN_INT, REPORT_CONFIG_MAX_INT, 50), + "config": (REPORT_CONFIG_MIN_INT, REPORT_CONFIG_MAX_INT, 100), } ]