Remove obsolete polling from incomfort water heater (#118860)

Remove obsolete polling
This commit is contained in:
Joost Lekkerkerker 2024-06-05 12:55:40 +02:00 committed by GitHub
parent 239984f87d
commit 8d11279bc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,6 @@ class IncomfortWaterHeater(IncomfortEntity, WaterHeaterEntity):
_attr_min_temp = 30.0
_attr_max_temp = 80.0
_attr_name = None
_attr_should_poll = True
_attr_temperature_unit = UnitOfTemperature.CELSIUS
def __init__(