Skip to content

Commit

Permalink
Bug fix with approve button
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-r committed Nov 21, 2024
1 parent 0e4494e commit b7bd732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ohme/button.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ async def async_press(self):
await self._client.async_approve_charge()

await asyncio.sleep(1)
await self._coordinator.async_refresh()
await self.coordinator.async_refresh()

0 comments on commit b7bd732

Please sign in to comment.