Skip to content

Ha frozen dataclass support#30

Open
msvb04 wants to merge 2 commits intoPlusPlus-ua:mainfrom
msvb04:ha-frozen-dataclass-support
Open

Ha frozen dataclass support#30
msvb04 wants to merge 2 commits intoPlusPlus-ua:mainfrom
msvb04:ha-frozen-dataclass-support

Conversation

@msvb04
Copy link
Copy Markdown

@msvb04 msvb04 commented Jul 10, 2025

Fix compatibility with frozen dataclasses for Home Assistant 2024.x

  • Refactor entity descriptions to use dataclasses.replace instead of direct attribute assignment
  • Prevent FrozenInstanceError on Sensor and BinarySensor entities
  • Clean up legacy code and ensure compatibility with latest Home Assistant core

root added 2 commits July 10, 2025 11:12
- Refactor entity descriptions to use dataclasses.replace instead of direct attribute assignment
- Prevent FrozenInstanceError on Sensor and BinarySensor entities
- Clean up legacy code and ensure compatibility with latest Home Assist
- Refactor entity descriptions to use dataclasses.replace instead of direct attribute assignment
- Prevent FrozenInstanceError on Sensor and BinarySensor entities
- Clean up legacy code and ensure compatibility with latest Home Assist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant