mirror of
https://github.com/esphome/esphome.git
synced 2025-01-09 06:11:44 +01:00
Update __init__.py
This commit is contained in:
parent
7cc0937148
commit
679676543d
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ CONFIG_SCHEMA = (
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
.extend(cv.polling_component_schema("20s"))
|
.extend(cv.polling_component_schema("60s"))
|
||||||
.extend(uart.UART_DEVICE_SCHEMA)
|
.extend(uart.UART_DEVICE_SCHEMA)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue