Update icon of VOC
This commit is contained in:
@ -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"};
|
||||
|
Reference in New Issue
Block a user