diff --git a/CHANGELOG.md b/CHANGELOG.md index 83de2cde..def25e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/docs/en/json/README.md b/docs/docs/en/json/README.md index bf716b7a..36207e79 100644 --- a/docs/docs/en/json/README.md +++ b/docs/docs/en/json/README.md @@ -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. \ No newline at end of file