Update readme.md and config.py.example
This commit is contained in:
@@ -20,6 +20,7 @@ The easiest way to track your Raspberry Pi or Ubuntu computer system health and
|
|||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- [What is new](#what-is-new)
|
- [What is new](#what-is-new)
|
||||||
|
- [CLI arguments](#cli-arguments)
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Automated](#automated)
|
- [Automated](#automated)
|
||||||
- [Manual](#manual)
|
- [Manual](#manual)
|
||||||
@@ -34,6 +35,8 @@ The easiest way to track your Raspberry Pi or Ubuntu computer system health and
|
|||||||
|
|
||||||
## What is new
|
## What is new
|
||||||
|
|
||||||
|
* 2024-01-28: Script version is displayed in home assistant device information
|
||||||
|
* 2024-01-28: Update the script by calling it with command line argument --update
|
||||||
* 2024-01-27: Now you can run the script as a service (systemd) or as a cron job
|
* 2024-01-27: Now you can run the script as a service (systemd) or as a cron job
|
||||||
* 2024-01-27: Support for command line arguments
|
* 2024-01-27: Support for command line arguments
|
||||||
* 2024-01-27: Added a binary sensor for github to monitor for new versions of the script
|
* 2024-01-27: Added a binary sensor for github to monitor for new versions of the script
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
from random import randrange
|
from random import randrange
|
||||||
|
|
||||||
# Script version
|
# Script version
|
||||||
version = "0.6.1"
|
version = "0.6.2"
|
||||||
# MQTT server configuration
|
# MQTT server configuration
|
||||||
mqtt_host = "ip address or host"
|
mqtt_host = "ip address or host"
|
||||||
mqtt_user = "username"
|
mqtt_user = "username"
|
||||||
|
|||||||
Reference in New Issue
Block a user