Skip to content

Commit

Permalink
Merge pull request #67 from jontofront/updated-repository
Browse files Browse the repository at this point in the history
remove frozen=True
  • Loading branch information
jontofront authored Oct 7, 2024
2 parents 2a0ddf4 + 4242c42 commit d978f76
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 d978f76

Please sign in to comment.