diff --git a/README.md b/README.md index fadc027..c9ebfa5 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ Rename config.py.example to config.py and populate the needed variables Test the script. +$ /usr/bin/python /home/pi/scripts/rpi-cpu2mqtt.py + Create a cron entry like this (you might need to update the path on the cron entry below, depending on where you put the script): */2 * * * * /usr/bin/python /home/pi/scripts/rpi-cpu2mqtt.py + +Home Assistant Integration + +![Rapsberry Pi MQTT monitor in Home Assistant](images/rpi-cpu2mqtt-hass.jpg) \ No newline at end of file diff --git a/images/rpi-cpu2mqtt-hass.jpg b/images/rpi-cpu2mqtt-hass.jpg new file mode 100644 index 0000000..4f4a941 Binary files /dev/null and b/images/rpi-cpu2mqtt-hass.jpg differ