Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #175 from Thomas55555/revert-163-add-should_poll
Browse files Browse the repository at this point in the history
Revert "add should poll"
  • Loading branch information
Thomas55555 authored Feb 15, 2022
2 parents 603620c + 998de2e commit 64dc7f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions custom_components/husqvarna_automower/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,3 @@ def available(self) -> bool:
self._available = available

return available

@property
def should_poll(self) -> bool:
"""Return False because websocket is used."""
return False

0 comments on commit 64dc7f1

Please sign in to comment.