diff --git a/homeassistant/components/zha/sensor.py b/homeassistant/components/zha/sensor.py index 56ce97c87a0..d45d8f8c30d 100644 --- a/homeassistant/components/zha/sensor.py +++ b/homeassistant/components/zha/sensor.py @@ -86,7 +86,7 @@ POLLING_REGISTRY = { } FORCE_UPDATE_REGISTRY = { - ELECTRICAL_MEASUREMENT: True + ELECTRICAL_MEASUREMENT: False }