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
- platform: template
name: "VOC Level"
icon: mdi:radiator
icon: mdi:molecule
lambda: |-
int tvoc = id(sgp30_tvoc).state;
if (tvoc < 65) return {"Great"};