From 0a93b6db1fac6ddfe569b55aa9d0917e7d7d4bd2 Mon Sep 17 00:00:00 2001 From: Hristo Jelev Date: Sat, 2 May 2020 03:13:51 +0300 Subject: [PATCH] Added customize.yaml to config --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 074f13a..e5d8cba 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,28 @@ This is the sensors configuration assuming your sensors are separated in ```sens unit_of_measurement: "%" ``` +Add this to your ```customize.yaml``` file to change the icons of the sensors. + +``` +sensor.rpi_4_voltage: + friendly_name: rpi 4 voltage + icon: mdi:flash +sensor.rpi4_cpu_load: + friendly_name: rpi4 cpu load + icon: mdi:chip +sensor.rpi4_diskusage: + friendly_name: rpi4 diskusage + icon: mdi:harddisk +sensor.rpi_4_sys_clock_speed: + icon: mdi:clock +sensor.rpi4_cpu_temp: + friendly_name: rpi4 cpu temperature +sensor.rpi_4_swap: + icon: mdi:folder-swap +sensor.rpi_4_memory: + icon: mdi:memory +``` + After that you need to create entities list via the home assistant GUI. You can use this code or compose it via the GUI.