Releases: unfoldedcircle/integration-python-library
Releases · unfoldedcircle/integration-python-library
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