update readme.md and device description displayed in hass
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user