mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 13:34:54 +01:00
Fix frequency limit for MCP9600 (#4276)
This commit is contained in:
parent
6306348379
commit
48340d41d6
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ CONFIG_SCHEMA = (
|
|||
)
|
||||
|
||||
FINAL_VALIDATE_SCHEMA = i2c.final_validate_device_schema(
|
||||
"mcp9600", min_frequency="100khz"
|
||||
"mcp9600", min_frequency="10khz"
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue