Fix incorrect names
This commit is contained in:
parent
88610bcdcc
commit
07c15f60b4
@ -620,10 +620,10 @@ sensor:
|
||||
text_sensor:
|
||||
- platform: bme68x_bsec2
|
||||
iaq_accuracy:
|
||||
name: "BME68x IAQ Accuracy"
|
||||
name: "BME680 IAQ Accuracy"
|
||||
|
||||
- platform: template
|
||||
name: "BME68x IAQ Classification"
|
||||
name: "BME680 IAQ Classification"
|
||||
lambda: |-
|
||||
if ( int(id(bme680_iaq).state) <= 50) {
|
||||
return {"Excellent"};
|
||||
|
Loading…
x
Reference in New Issue
Block a user