Update __init__.py

This commit is contained in:
Daniël Koek 2024-06-03 15:10:01 +01:00
parent 7cc0937148
commit 679676543d

View file

@ -163,7 +163,7 @@ CONFIG_SCHEMA = (
),
}
)
.extend(cv.polling_component_schema("20s"))
.extend(cv.polling_component_schema("60s"))
.extend(uart.UART_DEVICE_SCHEMA)
)