From 98e7ac784a8db57f92b44b2859881d07ffb56229 Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Sun, 16 Jan 2022 18:24:29 +0100 Subject: [PATCH] asdf --- components/dmamatrix/display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))