Skip to content

Commit

Permalink
Rename water heater description.
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Jan 1, 2025
1 parent e18ad7a commit b8347a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/plum_ecomax/water_heater.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
STATE_ECO,
STATE_PERFORMANCE,
WaterHeaterEntity,
WaterHeaterEntityEntityDescription,
WaterHeaterEntityDescription,
WaterHeaterEntityFeature,
)
from homeassistant.const import (
Expand Down Expand Up @@ -40,7 +40,7 @@

@dataclass(frozen=True, kw_only=True)
class EcomaxWaterHeaterEntityDescription(
EcomaxEntityDescription, WaterHeaterEntityEntityDescription
EcomaxEntityDescription, WaterHeaterEntityDescription
):
"""Describes an ecoMAX water heater."""

Expand Down

0 comments on commit b8347a5

Please sign in to comment.