mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Remove obsolete polling from incomfort water heater (#118860)
Remove obsolete polling
This commit is contained in:
committed by
GitHub
parent
239984f87d
commit
8d11279bc9
@@ -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__(
|
||||
|
Reference in New Issue
Block a user