Skip to content

Commit

Permalink
Fix frozen EntityDescription, again (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnbruckner authored Dec 30, 2023
1 parent 510d437 commit 911406e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/illuminance/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"iot_class": "calculated",
"issue_tracker": "https://github.com/pnbruckner/ha-illuminance/issues",
"requirements": [],
"version": "5.4.0"
"version": "5.4.1b0"
}
2 changes: 1 addition & 1 deletion custom_components/illuminance/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class Mode(Enum):
Num = Union[float, int]


@dataclass(frozen=True, kw_only=True)
@dataclass
class IlluminanceSensorEntityDescription(SensorEntityDescription):
"""Illuminance sensor entity description."""

Expand Down

0 comments on commit 911406e

Please sign in to comment.