Skip to content

Commit 9516dcb

Browse files
authored
Fix typo
1 parent 4030b04 commit 9516dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/solis/ginlong_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ async def fetch_inverter_list(self, plant_id: str) -> dict[str, str]:
251251
except TypeError:
252252
_LOGGER.warning("Unknown payload received")
253253
_LOGGER.debug("%s", result_json)
254-
slef._online = False
254+
self._online = False
255255
else:
256256
self._online = False
257257

0 commit comments

Comments
 (0)