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