Reduce reporting delta for ZHA humidity channel (#49070)

This commit is contained in:
Abílio Costa
2021-04-12 17:02:59 +01:00
committed by GitHub
parent 885f528711
commit ebc2bec08d

View File

@@ -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),
}
]