Remove unnecessary property from proliphix (#77363)
This commit is contained in:
parent
0881ff2d1f
commit
9b8912a558
1 changed files with 0 additions and 5 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue