Remove unnecessary property from proliphix (#77363)

This commit is contained in:
epenet 2022-08-26 19:43:36 +02:00 committed by GitHub
parent 0881ff2d1f
commit 9b8912a558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,11 +61,6 @@ class ProliphixThermostat(ClimateEntity):
self._pdp = pdp
self._name = None
@property
def should_poll(self):
"""Set up polling needed for thermostat."""
return True
def update(self):
"""Update the data from the thermostat."""
self._pdp.update()