diff --git a/homeassistant/components/sensor/zha.py b/homeassistant/components/sensor/zha.py index 984d6efed66..3051d8f2afa 100644 --- a/homeassistant/components/sensor/zha.py +++ b/homeassistant/components/sensor/zha.py @@ -198,6 +198,11 @@ class ElectricalMeasurementSensor(Sensor): """Return the unit of measurement of this entity.""" return 'W' + @property + def force_update(self) -> bool: + """Force update this entity.""" + return True + @property def state(self): """Return the state of the entity."""