Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndlex committed Jan 16, 2022
1 parent 6e53cfe commit ad2980b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dmamatrix/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -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('.5s')),
}).extend(cv.polling_component_schema('.1s')),
cv.has_at_most_one_key(CONF_PAGES, CONF_LAMBDA))


Expand Down

0 comments on commit ad2980b

Please sign in to comment.