1
mirror of https://github.com/home-assistant/core synced 2024-07-27 18:58:57 +02:00

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
}