更新代码

This commit is contained in:
不求圣剑
2026-02-02 15:16:19 +08:00
parent 91395df0b1
commit 88b67acd83

View File

@@ -862,8 +862,8 @@ class JackeryPlugSensor(SensorEntity):
if not my_plug: if not my_plug:
return return
# Store raw data for attributes # Store full raw data for attributes
self._raw_data = my_plug self._raw_data = dict(my_plug)
# Update state (outPw) # Update state (outPw)
try: try: