This commit is contained in:
不求圣剑
2026-02-02 16:26:13 +08:00
parent aa456b0556
commit 589ce01ecd

View File

@@ -856,8 +856,6 @@ class JackerySensor(SensorEntity):
if self._sensor_id == "grid_net_power" and value is None: if self._sensor_id == "grid_net_power" and value is None:
# Keep last value when CT data is temporarily missing # Keep last value when CT data is temporarily missing
self._attr_available = False
self.async_write_ha_state()
return return
# Process specific conversions # Process specific conversions