We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9401b commit 107d466Copy full SHA for 107d466
1 file changed
CHANGELOG.md
@@ -9,11 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
_Changes in the next release_
11
12
-### Changed
13
-- Optional event loop argument in IntegrationAPI constructor.
14
-
15
---
16
+## v0.5.1 - 2025-12-19
+### Added
+- Add binary sensor device class and common entity states enum ([#40](https://github.com/unfoldedcircle/integration-python-library/pull/40)).
17
+
18
+### Changed
19
+- Optional event loop argument in IntegrationAPI constructor ([#41](https://github.com/unfoldedcircle/integration-python-library/pull/41)).
20
21
## v0.5.0 - 2025-12-17
22
### Breaking Changes
23
- Enhance entity command handler with WS client connection parameter in `CommandHandler` callback and `Entity.command`
0 commit comments