update readme.md and device description displayed in hass

This commit is contained in:
Hristo
2024-02-01 18:24:58 +02:00
parent 0d1da89625
commit 2045a4de33
3 changed files with 28 additions and 20 deletions

View File

@@ -214,12 +214,16 @@ Create a cron entry like this (you might need to update the path in the cron ent
```
## How to update
Navigate to the folder where Rapsberry Pi MQTT Monitor is installed and pull the git repository:
Remote updates via Home Assistant are now available.
To use these you need to have the script running as a service. (the installer now supports this)
Manual update:
```bash
git pull
cd rpi-mqtt-monitor
python3 src/update.py
```
* Note that sometimes you might need to add new variables to our src/config.py file, so make sure you check the example file and update your config.py file accordingly.
## Home Assistant Integration