Source: python-aioharmanluxury Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 14), dh-sequence-python3, dh-sequence-single-binary, pybuild-plugin-pyproject, python3-all, python3-hatchling, Build-Depends-Indep: python3-aiohttp , python3-pytest , python3-pytest-asyncio , python3-pytest-cov , Standards-Version: 4.7.4 Homepage: https://github.com/sbesh91/aioharmanluxury Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-aioharmanluxury Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-aioharmanluxury.git Testsuite: autopkgtest-pkg-pybuild Package: python3-aioharmanluxury Architecture: all Description: async client for Harman Luxury Audio network streamers This library communicates with Harman Luxury Audio network streamers on the local network through the device JSON API exposed under https:///api. . It can read device information such as model and configured name, and can query live player state including playback status, track metadata, active source capabilities, mute state, volume, and online or standby indication. It can send supported commands for volume, mute, and transport controls such as play, pause, next, and previous, subject to what the active source allows. . Supported devices are streamers based on the StreamUnlimited StreamSDK platform, including Arcam Radia ST5 and ST60 units, and related JBL and Mark Levinson streamers. The library talks directly to the streamer over HTTPS on the local network; these devices commonly use a self-signed certificate and expose an unauthenticated local API. . Power state is read-only on the known devices, so standby or online state can be observed but not changed through the API.