Revert "Fix incorrect names"
This reverts commit 07c15f60b4767d9726da791dc987770c82e977c4.
This commit is contained in:
parent
07c15f60b4
commit
64bbb01ab0
@ -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"};
|
||||
|
Loading…
x
Reference in New Issue
Block a user