update readme
This commit is contained in:
20
README.md
20
README.md
@@ -1,6 +1,11 @@
|
|||||||
# Raspberry Pi MQTT Monitor
|
# Raspberry Pi MQTT Monitor
|
||||||
|
|
||||||
     
|
[](https://github.com/hjelev/rpi-mqtt-monitor/releases)
|
||||||
|
[](https://github.com/hjelev/rpi-mqtt-monitor)
|
||||||
|
[](https://github.com/hjelev/rpi-mqtt-monitor/issues)
|
||||||
|
[](https://github.com/hjelev/rpi-mqtt-monitor/issues?q=is%3Aissue+is%3Aclosed)
|
||||||
|
[](https://github.com/hjelev/rpi-mqtt-monitor)
|
||||||
|
[](https://github.com/hjelev/rpi-mqtt-monitor)
|
||||||
|
|
||||||
The easiest way to track your Raspberry Pi or Ubuntu computer system health and performance in Home Assistant.
|
The easiest way to track your Raspberry Pi or Ubuntu computer system health and performance in Home Assistant.
|
||||||
|
|
||||||
@@ -11,6 +16,18 @@ The easiest way to track your Raspberry Pi or Ubuntu computer system health and
|
|||||||
* You can install it with just one command from shell.
|
* You can install it with just one command from shell.
|
||||||
|
|
||||||
* Configurable: You can select what is monitored and how the message(s) is send (separately or as one csv message)
|
* Configurable: You can select what is monitored and how the message(s) is send (separately or as one csv message)
|
||||||
|
|
||||||
|
## Table of Contents
|
||||||
|
|
||||||
|
- [What is new](#what-is-new)
|
||||||
|
- [Installation](#installation)
|
||||||
|
- [Automated](#automated)
|
||||||
|
- [Manual](#manual)
|
||||||
|
- [Configuration](#configuration)
|
||||||
|
- [Test Raspberry Pi MQTT Monitor](#test-raspberry-pi-mqtt-monitor)
|
||||||
|
- [Schedule Raspberry Pi MQTT Monitor execution](#schedule-raspberry-pi-mqtt-monitor-execution)
|
||||||
|
- [How to update](#how-to-update)
|
||||||
|
|
||||||
## What is new
|
## What is new
|
||||||
|
|
||||||
* 2021-01-27: Added a binary sensor for github to monitor for new versions of the script
|
* 2021-01-27: Added a binary sensor for github to monitor for new versions of the script
|
||||||
@@ -130,6 +147,7 @@ Navigate to the folder where Rapsberry Pi MQTT Monitor is installed and pull the
|
|||||||
```bash
|
```bash
|
||||||
git pull
|
git pull
|
||||||
```
|
```
|
||||||
|
* 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
|
## Home Assistant Integration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user