Skip to content

Commit

Permalink
remove frozen=True
Browse files Browse the repository at this point in the history
  • Loading branch information
jontofront committed Oct 7, 2024
1 parent 55b344f commit 4242c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/econet300/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
_LOGGER = logging.getLogger(__name__)


@dataclass(frozen=True)
@dataclass
class EconetNumberEntityDescription(NumberEntityDescription):
"""Describes Econet number entity."""

Expand Down

0 comments on commit 4242c42

Please sign in to comment.