Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.22 KB

ha-vinx

Tests Linting

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Custom integration for controlling Lightware VINX encoders and decoders

Features

  • Auto-discovery of devices on the network
  • Auto-discovery of available sources for decoders

The following entities are exposed:

  • media players for encoders and decoders
  • a button for rebooting devices
  • a button for triggering source auto-discovery

Development

Create a virtual environment, then install dependencies using:

pip install .

Mount/symlink custom_components/vinx into a Home Assistant development environment.

Tests

python3 -m unittest discover -s tests/ -v