mirror of
https://github.com/esphome/esphome.git
synced 2024-12-04 20:48:21 +01:00
MAX6921: change default polling interval to 500ms
This commit is contained in:
parent
8936d597e2
commit
96b1a92dd3
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ CONFIG_SCHEMA = (
|
|||
),
|
||||
}
|
||||
)
|
||||
.extend(cv.polling_component_schema("1s"))
|
||||
.extend(cv.polling_component_schema("500ms"))
|
||||
.extend(spi.spi_device_schema(cs_pin_required=False))
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue