From 7299d1e782796bd305dd2caac7e567ad0d2619a8 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Thu, 11 Jul 2019 16:06:51 +0200 Subject: [PATCH] Remove update_on_boot from docs Fixes https://github.com/esphome/issues/issues/450 --- components/output/my9231.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/components/output/my9231.rst b/components/output/my9231.rst index 8ed05c740..9ea96bb6e 100644 --- a/components/output/my9231.rst +++ b/components/output/my9231.rst @@ -53,7 +53,6 @@ Configuration variables: in range from 1 to 255. Defaults to 2. - **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. -- **update_on_boot** (*Optional*, boolean): Update/reset duty data at boot. Defaults to ``True``. - **id** (*Optional*, :ref:`config-id`): The id to use for this ``my9231`` component. Use this if you have multiple MY9231/MY9291 chains connected at the same time.