Skip to content

Commit

Permalink
Removed listen start call
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmarlor committed Feb 8, 2023
1 parent 8bdbd4d commit c1a7eb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/foxess_em/charge/charge_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ def set_disable(self, status: bool) -> None:
self._fox.stop_force_charge(), self._hass.loop
)
else:
self._start_listening()
self._add_listeners()
asyncio.run_coroutine_threadsafe(
self._fox.start_force_charge_off_peak(), self._hass.loop
Expand Down

0 comments on commit c1a7eb9

Please sign in to comment.