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
2 changed files with 9 additions and 1 deletions

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.