Releases: unfoldedcircle/integration-python-library
Releases · unfoldedcircle/integration-python-library
v0.2.0
v0.1.7
v0.1.6
v0.1.5
Changed
- Allow newer zeroconf versions than 0.120.0 (e.g. pyatv 0.14.5 requires 0.131.0).
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Added
- Media-player entity features (core-api/#32):
- new features: numpad, guide, info, eject, open_close, audio_track, subtitle, record.
- new option: simple_commands for any additional commands not covered by a feature.
Fixed
- Return entity options in
get_available_entities
response message.
Changed
- Add
reconfigure
flag inDriverSetupRequest
message to reconfigure a driver. - Always notify clients when setting a new device state, even if the state doesn't change.
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Fixed
- Environment variable
UC_INTEGRATION_HTTP_PORT
to override server port.
Changed
- Update zeroconf dependency and remove asyncio library.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Fixed
- Propagate setup error code from driver in setup flow.
- Add delays in setup flow for web-configurator to show error pages.
Changed
- Replace
SETUP_DRIVER_ABORT
event with newAbortDriverSetup
class in setup handler callback.
Full Changelog: v0.1.1...v0.1.2