From 1ac8f32f9dcaa1dae9107be401eface4373f8d82 Mon Sep 17 00:00:00 2001 From: Hristo Jelev Date: Mon, 4 May 2020 00:15:20 +0300 Subject: [PATCH] update sensor config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d9d4b0..a7ffd07 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ This is the sensors configuration if ```group_messages = True``` assuming your s - platform: mqtt name: 'rpi4 cpu load' state_topic: 'masoko/rpi4' - value_template: '{{ value.split(",")[0] | float}}' + value_template: '{{ value.split(",")[0] }}' unit_of_measurement: "%" - platform: mqtt