Python library to interface with the TVHeadend API with the primary goal of making it easy to switch the active tuner for a given channel subscription in real time.
Code is licensed under the MIT license.
- python >= 3.5
- aiohttp >= 2.0
- asyncio
- async_timeout
pip install pytvheadend
Full usage example can be found in the HomeAssistant "custom_component" folder within this library.
# Properties
Library properties are defined in both ```tvheadend.py``` and ```stream.py```.