Skip to content

Commit

Permalink
Update water_heater.py (#224)
Browse files Browse the repository at this point in the history
Updated water heater naming to reflect changes in Home Assistant
  • Loading branch information
xpenno255 authored Jan 5, 2025
1 parent 2bcc11f commit b085d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/ramses_cc/water_heater.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
STATE_OFF,
STATE_ON,
WaterHeaterEntity,
WaterHeaterEntityEntityDescription,
WaterHeaterEntityDescription,
WaterHeaterEntityFeature,
)
from homeassistant.config_entries import ConfigEntry
Expand Down Expand Up @@ -227,7 +227,7 @@ async def async_set_dhw_schedule(self, schedule: str) -> None:

@dataclass(frozen=True, kw_only=True)
class RamsesWaterHeaterEntityDescription(
RamsesEntityDescription, WaterHeaterEntityEntityDescription
RamsesEntityDescription, WaterHeaterEntityDescription
):
"""Class describing Ramses water heater entities."""

Expand Down

0 comments on commit b085d18

Please sign in to comment.