Don't force updates on ZHA Electrical Measurement sensor. (#22647)

This commit is contained in:
Alexei Chetroi
2019-04-02 11:28:55 -04:00
committed by Rohan Kapoor
parent 3bd37d6a65
commit 0427154963

View File

@@ -86,7 +86,7 @@ POLLING_REGISTRY = {
}
FORCE_UPDATE_REGISTRY = {
ELECTRICAL_MEASUREMENT: True
ELECTRICAL_MEASUREMENT: False
}