Fix incorrect names
This commit is contained in:
		@@ -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"};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user