display home assistant wake on lan switch when argument --hass is used (#97)

This commit is contained in:
Masoko
2024-04-14 17:56:01 +03:00
committed by GitHub
parent c1372c4d78
commit 21fa1b8ae4
3 changed files with 26 additions and 6 deletions

View File

@@ -39,6 +39,8 @@ The easiest way to track your Raspberry Pi or Ubuntu computer system health and
## What is new
* 2024-03-24: --hass to display configuration for Home Assistant wake on lan switch
* 2024-02-20: Shutdown button added (only works when running as service)
* 2024-02-05: System Restart button added (only works when running as service)
* 2024-01-28: Remote updates via Home Assistant are now available
* 2024-01-28: Improved error handling for the MQTT connection
@@ -61,6 +63,7 @@ options:
--service, -s run script as a service
--version, -v display version
--update, -u update script and config
--hass, -H display Home assistant wake on lan configuration
```
@@ -232,6 +235,8 @@ python3 src/update.py
If you are using discovery_messages, then this step is not required as a new MQTT device will be automatically created in Home Assistant and all you need to do is add it to a dashboard.
Use '''python3 src/rpi-cpu2mqtt.py --hass''' to display the configuration for Home Assistant wake on lan switch.
[moved to wiki](../../wiki/Home-Assistant-Integration-(outdated))
## To Do