Add link to Hyperion-py (#1122)

* Add link to Hyperion-py

* Update changelog.

Co-authored-by: LordGrey <48840279+Lord-Grey@users.noreply.github.com>
This commit is contained in:
Dermot Duffy 2021-02-23 11:44:27 -08:00 committed by GitHub
parent 68d06f14fe
commit 28164c7b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -14,12 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated dependency rpi_ws281x to latest upstream
- Fix High CPU load (RPI3B+) (#1013)
- Documentation: Add link to [Hyperion-py](https://github.com/dermotduffy/hyperion-py)
### Fixed
- Fix issue #1127: LED-Devices: Correct total packet count in tpm2net implementation
- LED-Hue: Proper black in Entertainement mode if min brightness is set
### Removed
## [2.0.0-alpha.9](https://github.com/hyperion-project/hyperion.ng/releases/tag/2.0.0-alpha.9) - 2020-11-18

View File

@ -87,3 +87,10 @@ Control your Hyperion server: [Control](/en/json/Control.md)
Authorization mechanisms: [Authorization](/en/json/Authorization.md)
### Subscribe
Data subscriptions: [Subscribe](/en/json/Subscribe.md)
## 3rd Party Libraries
* [Hyperion-py](https://github.com/dermotduffy/hyperion-py) is a 3rd-party Python
library for communication with Hyperion-NG. It uses the API described here as the
underlying communication mechanism and presents it in a user-friendly way. As a 3rd
party library, it is not supported by the Hyperion development team.