mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Remove unnecessary property from proliphix (#77363)
This commit is contained in:
parent
0881ff2d1f
commit
9b8912a558
@ -61,11 +61,6 @@ class ProliphixThermostat(ClimateEntity):
|
|||||||
self._pdp = pdp
|
self._pdp = pdp
|
||||||
self._name = None
|
self._name = None
|
||||||
|
|
||||||
@property
|
|
||||||
def should_poll(self):
|
|
||||||
"""Set up polling needed for thermostat."""
|
|
||||||
return True
|
|
||||||
|
|
||||||
def update(self):
|
def update(self):
|
||||||
"""Update the data from the thermostat."""
|
"""Update the data from the thermostat."""
|
||||||
self._pdp.update()
|
self._pdp.update()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user