Releases: unfoldedcircle/integration-python-library
Releases · unfoldedcircle/integration-python-library
v0.7.0
Added
- Add requests for supported entity types, version and localization. Only send available entities with supported entity types by @albaintor and @kennymc-c (#47).
Changed
- Improved WS msg processing with dedicated consumer, producer and router tasks with asyncio queues (#47).
- Sanitize log messages to prevent sensitive information exposure (#56).
- Log WebSocket messages as JSON data instead of a Python dict (#58).
- Updated GitHub actions and test dependencies.
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Breaking Changes
- Renamed
MediaTypetoMediaContentTypeand changed enums to lowercase. See media-player entity documentation for more information (#50). - Changed
str, Enumto new Python 3.11StrEnumclass (#54). - All entity constructors require named parameters for the optional fields (#49, #54).
Added
- Media browsing and searching features to media-player entity (#50).
- Allow integrations to provide entity icon and description (#55).
New Contributors
- @albaintor made their first contribution in #50
Full Changelog: v0.5.2...v0.6.0
v0.5.2
What's Changed
- Add Select Entity support by @JackJPowell in #44
- feat: Add IR Emitter Entity support by @JackJPowell in #45
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
v0.4.0
v0.3.2
What's Changed
- Fix dates in changelog by @ItsHarper in #29
- IR Emitter by @JackJPowell in #31
- Add stop, record and menu for remote entity buttons by @henrikwidlund in #32
New Contributors
- @ItsHarper made their first contribution in #29
- @JackJPowell made their first contribution in #31
- @henrikwidlund made their first contribution in #32
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's Changed
- New media-player attribute media_position_updated_at by @zehnm in #21
- Filter out all media_image_url base64 data by @zehnm in #22
- Require websockets version 14 or newer by @zehnm in #23
- Include API version in "Driver is up" startup message by @zehnm in #24
Full Changelog: v0.2.0...v0.3.0