Skip to content

Commit

Permalink
Remove obsolete polling from incomfort water heater (home-assistant#1…
Browse files Browse the repository at this point in the history
…18860)

Remove obsolete polling
  • Loading branch information
joostlek authored Jun 5, 2024
1 parent 239984f commit 8d11279
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant/components/incomfort/water_heater.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__(
Expand Down

0 comments on commit 8d11279

Please sign in to comment.