Revert "Fix incorrect names"

This reverts commit 07c15f60b4767d9726da791dc987770c82e977c4.
This commit is contained in:
Joshua Boniface 2025-02-09 10:42:11 -05:00
parent 07c15f60b4
commit 64bbb01ab0

View File

@ -620,10 +620,10 @@ sensor:
text_sensor:
- platform: bme68x_bsec2
iaq_accuracy:
name: "BME680 IAQ Accuracy"
name: "BME68x IAQ Accuracy"
- platform: template
name: "BME680 IAQ Classification"
name: "BME68x IAQ Classification"
lambda: |-
if ( int(id(bme680_iaq).state) <= 50) {
return {"Excellent"};