We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de3a88 commit 202e09eCopy full SHA for 202e09e
custom_components/solis/sensor.py
@@ -176,7 +176,7 @@ def __init__(self,
176
177
def do_update(self, value: Any, last_updated: datetime) -> bool:
178
""" Update the sensor."""
179
- if self.hass and self._attr_native_value != value:
+ if self.hass:
180
self._attr_native_value = value
181
self._attributes[LAST_UPDATED] = last_updated
182
self.async_write_ha_state()
0 commit comments