mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	fix CGG1 log message (#757)
This commit is contained in:
		
				
					committed by
					
						 Otto Winter
						Otto Winter
					
				
			
			
				
	
			
			
			
						parent
						
							cdfbe5b523
						
					
				
				
					commit
					45736707bd
				
			| @@ -128,7 +128,7 @@ bool XiaomiListener::parse_device(const esp32_ble_tracker::ESPBTDevice &device) | ||||
|   } else if (res->type == XiaomiParseResult::TYPE_LYWSD02) { | ||||
|     name = "LYWSD02"; | ||||
|   } else if (res->type == XiaomiParseResult::TYPE_CGG1) { | ||||
|     name = "Cleargrass"; | ||||
|     name = "CGG1"; | ||||
|   } | ||||
|  | ||||
|   ESP_LOGD(TAG, "Got Xiaomi %s (%s):", name, device.address_str().c_str()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user