Update icon of VOC

This commit is contained in:
2025-06-07 19:01:22 -04:00
parent 7fe3829544
commit f907e24bd0

View File

@ -794,7 +794,7 @@ text_sensor:
# VOC Level # VOC Level
- platform: template - platform: template
name: "VOC Level" name: "VOC Level"
icon: mdi:radiator icon: mdi:molecule
lambda: |- lambda: |-
int tvoc = id(sgp30_tvoc).state; int tvoc = id(sgp30_tvoc).state;
if (tvoc < 65) return {"Great"}; if (tvoc < 65) return {"Great"};