Remove update_on_boot from docs

Fixes https://github.com/esphome/issues/issues/450
This commit is contained in:
Otto Winter 2019-07-11 16:06:51 +02:00
parent ec4ad7b143
commit 7299d1e782
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ Configuration variables:
in range from 1 to 255. Defaults to 2. in range from 1 to 255. Defaults to 2.
- **bit_depths** (*Optional*, int): The bit depth to use for all output - **bit_depths** (*Optional*, int): The bit depth to use for all output
channels in this chain. Must be one of 8, 12, 14 or 16. Defaults to 16. channels in this chain. Must be one of 8, 12, 14 or 16. Defaults to 16.
- **update_on_boot** (*Optional*, boolean): Update/reset duty data at boot. Defaults to ``True``.
- **id** (*Optional*, :ref:`config-id`): The id to use for - **id** (*Optional*, :ref:`config-id`): The id to use for
this ``my9231`` component. Use this if you have multiple MY9231/MY9291 chains this ``my9231`` component. Use this if you have multiple MY9231/MY9291 chains
connected at the same time. connected at the same time.