From 426684e9da6d6718df0ec52f0cca7a5f5906906f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 7 Jun 2025 19:01:22 -0400 Subject: [PATCH] Update icon of VOC --- supersensor.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/supersensor.yaml b/supersensor.yaml index a21ef1e..1da0d5a 100644 --- a/supersensor.yaml +++ b/supersensor.yaml @@ -551,6 +551,7 @@ sensor: name: "SGP30 eCO2" id: sgp30_eco2 accuracy_decimals: 1 + icon: mdi:molecule-co2 filters: - sliding_window_moving_average: window_size: 20 @@ -559,6 +560,7 @@ sensor: name: "SGP30 TVOC" id: sgp30_tvoc accuracy_decimals: 1 + icon: mdi:molecule filters: - sliding_window_moving_average: window_size: 20 @@ -794,7 +796,7 @@ text_sensor: # VOC Level - platform: template name: "VOC Level" - icon: mdi:radiator + icon: mdi:molecule lambda: |- int tvoc = id(sgp30_tvoc).state; if (tvoc < 65) return {"Great"};