Skip to content

Releases: unfoldedcircle/integration-python-library

v0.2.0

28 Apr 20:37
8cbe528
Compare
Choose a tag to compare

Added

  • New remote-entity type. Requires remote-core / Core Simulator version 0.43.0 or newer (#20).

Full Changelog: v0.1.7...v0.2.0

v0.1.7

13 Mar 15:55
ed6b7da
Compare
Choose a tag to compare

Changed

  • Filter out base64 encoded media-player image fields in log messages (#17).

Full Changelog: v0.1.6...v0.1.7

v0.1.6

04 Mar 10:16
2cd7cdd
Compare
Choose a tag to compare

Added

  • Media-player RepeatMode enum and new features: context_menu, settings (#16)

Full Changelog: v0.1.5...v0.1.6

v0.1.5

28 Feb 22:18
89c7e22
Compare
Choose a tag to compare

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

27 Feb 13:17
ce76867
Compare
Choose a tag to compare

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 in DriverSetupRequest 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

08 Nov 18:56
fc701ec
Compare
Choose a tag to compare

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

07 Nov 17:47
916b8d8
Compare
Choose a tag to compare

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 new AbortDriverSetup class in setup handler callback.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

04 Nov 16:19
a7bb6b1
Compare
Choose a tag to compare

What's Changed

  • Cleanup project and use pyproject.toml instead of setup.py by @zehnm in #6
  • Use plain Black code style by @zehnm in #7
  • ci: add PyPI publish workflow by @zehnm in #8

Full Changelog: v0.1.0...v0.1.1

v0.1.0

02 Nov 17:15
b2083c4
Compare
Choose a tag to compare

What's Changed

  • Refactor for initial public release by @zehnm in #5

Full Changelog: v0.0.11...v0.1.0

v0.0.11

26 Oct 20:29
cf0f65a
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @zehnm made their first contribution in #4

Full Changelog: v0.0.10...v0.0.11