mirror of
https://github.com/home-assistant/core.git
synced 2026-05-26 10:15:33 +01:00
Reduce reporting delta for ZHA humidity channel (#49070)
This commit is contained in:
@@ -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),
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user