From f6b4328d6dc08d9ca7adbcca60fb3c704891e433 Mon Sep 17 00:00:00 2001 From: Hristo Jelev Date: Thu, 30 Apr 2020 01:27:47 +0300 Subject: [PATCH] formating --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b333f6b..074f13a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ masoko/rpi4/cpuload - second part (pi4) is the host name of the raspberry which is automatically pulled by the script, so you don't have to configure it for each installation (in case you have many raspberries like me). - third part (cpuload) is the name of the value (these are all values published via MQTT - cpuload, cputemp, diskusage, voltage, sys_clock_speed). -# Installation: +# Installation If you don't have pip installed: ```bash @@ -57,7 +57,7 @@ Create a cron entry like this (you might need to update the path in the cron ent ``` */2 * * * * /usr/bin/python /home/pi/scripts/rpi-cpu2mqtt.py ``` -# Home Assistant Integration: +# Home Assistant Integration ![Rapsberry Pi MQTT monitor in Home Assistant](images/rpi-cpu2mqtt-hass.jpg)