Add speed_count to tuya fan (#1080)

Co-authored-by: Frank Riley <fhriley@gmail.com>
This commit is contained in:
0x0a11c0de 2021-05-03 19:11:34 -07:00 committed by GitHub
parent b3c5353dc5
commit 51e691ad57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ Configuration variables:
- **switch_datapoint** (**Required**, int): The datapoint id number of the fan switch.
- **oscillation_datapoint** (*Optional*, int): The datapoint id number of the oscillation
switch. Probably not supported on any Tuya controllers currently, but it's there if need be.
- **speed_count** (*Optional*, int): Set the number of supported discrete speed levels. Defaults to ``3``.
- All other options from :ref:`Fan <config-fan>`.
.. note::