This repos is for the unifiled python 3 package. It is made to help with connecting to the Ubiquiti Unifi LED controller and makes it easy to read out and update all the connected devices and their states. The reason this was made is for use with home assistant.
As soon as this is in the PyPIP system you should be able to run pip install unifiled
or clone the repo.
The only extra needed packages are requests, if installing from pip it should be added with the unifiled package. otherwise run:
pip install requests
- Floris Van der krieken
See also the list of contributors who participated in this project.
This project is licenced under the MIT license - see the LICENSE.md file for details