diff --git a/custom_components/jackery/sensor.py b/custom_components/jackery/sensor.py index e92465f..a9126ff 100644 --- a/custom_components/jackery/sensor.py +++ b/custom_components/jackery/sensor.py @@ -862,8 +862,8 @@ class JackeryPlugSensor(SensorEntity): if not my_plug: return - # Store raw data for attributes - self._raw_data = my_plug + # Store full raw data for attributes + self._raw_data = dict(my_plug) # Update state (outPw) try: