Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit b7bd732

Browse files
committed
Bug fix with approve button
1 parent 0e4494e commit b7bd732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/ohme/button.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ async def async_press(self):
4343
await self._client.async_approve_charge()
4444

4545
await asyncio.sleep(1)
46-
await self._coordinator.async_refresh()
46+
await self.coordinator.async_refresh()

0 commit comments

Comments
 (0)