diff --git a/components/dmamatrix/display.py b/components/dmamatrix/display.py index c6c7ede..ad316e7 100644 --- a/components/dmamatrix/display.py +++ b/components/dmamatrix/display.py @@ -53,7 +53,7 @@ # cv.Optional(CONF_PIN_OE , default="GPIO32"): pins.gpio_output_pin_schema, # cv.Optional(CONF_PIN_CLK , default="GPIO25"): pins.gpio_output_pin_schema, cv.Optional(CONF_CHIPSET, default="FM6124"): cv.enum(DRIVER_CHIPS), - }).extend(cv.polling_component_schema('1s')), + }).extend(cv.polling_component_schema('.5s')), cv.has_at_most_one_key(CONF_PAGES, CONF_LAMBDA))