mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 09:01:49 +00:00 
			
		
		
		
	Fix frequency limit for MCP9600 (#4276)
This commit is contained in:
		@@ -58,7 +58,7 @@ CONFIG_SCHEMA = (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
FINAL_VALIDATE_SCHEMA = i2c.final_validate_device_schema(
 | 
			
		||||
    "mcp9600", min_frequency="100khz"
 | 
			
		||||
    "mcp9600", min_frequency="10khz"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user