mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
Update max frequency (#1172)
Not sure if this is an issue with the docs, or the linter, but the linter throws an error at 1526: `value must be at most 1525.88`
This commit is contained in:
parent
075699062f
commit
93b4e4195f
@ -37,7 +37,7 @@ Configuration variables:
|
||||
|
||||
- **frequency** (**Required**, float): The frequency to let the
|
||||
component drive all PWM outputs at. Must be in range from 24Hz to
|
||||
1526Hz.
|
||||
1525.88Hz.
|
||||
- **address** (*Optional*, int): The I²C address of the driver.
|
||||
Defaults to ``0x00``.
|
||||
- **id** (*Optional*, :ref:`config-id`): The id to use for
|
||||
|
Loading…
Reference in New Issue
Block a user