Package: wnpp Severity: wishlist Owner: Edward Betts <[email protected]>
* Package name : python-aioharmanluxury Version : 0.2.3 Upstream Author : Steven Beshensky <[email protected]> * URL : https://github.com/sbesh91/aioharmanluxury * License : MIT Programming Lang: Python 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://<host>/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. This library is a dependancy of Home Assistant, the Python smart home platform. I plan to maintain it as part of the Home Assistant team.

