Remove obsolete polling from incomfort water heater (#118860)
Remove obsolete polling
This commit is contained in:
parent
239984f87d
commit
8d11279bc9
1 changed files with 0 additions and 1 deletions
|
@ -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__(
|
||||
|
|
Loading…
Add table
Reference in a new issue