Communicates with Homeassistant over MQTT
Dependencies will be installed with install.sh
To install and start teh serivce
- Clone the project
- Add +x to install.sh
./install.sh
Make sure that you run the script with sudo or as root, as the script needs access.
Or you can copy this and hit enter:
curl -sSL -o install.sh https://raw.githubusercontent.com/iktdev-no/pyDynamicVirshService/master/install.sh && sudo bash install.sh