Closed Necroneco closed 10 months ago
Remove slots=True in @dataclass, which will cause error in HA 2024.1
slots=True
@dataclass
Frozen the entity description
see https://developers.home-assistant.io/blog/2023/12/11/entity-description-changes
Replaced deprecated constants
This fix the warning in 2024.1, and will increase the minimum HA version to 2022.11
see https://developers.home-assistant.io/blog/2023/12/19/constant-deprecation
Remove
slots=True
in@dataclass
, which will cause error in HA 2024.1Frozen the entity description
see https://developers.home-assistant.io/blog/2023/12/11/entity-description-changes
Replaced deprecated constants
This fix the warning in 2024.1, and will increase the minimum HA version to 2022.11
see https://developers.home-assistant.io/blog/2023/12/19/constant-deprecation