Specify clock to be used in Tuya MCU (#827)

* Specify clock to be used in Tuya MCU

* Rename Tuya clock config var to time_id
This commit is contained in:
Yaroslav 2020-11-11 00:32:33 +02:00 committed by GitHub
parent 3e730ea5d1
commit 96e874d86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -53,6 +53,13 @@ Here is an example output for a Tuya fan controller:
[12:39:45][C][tuya:046]: Product: '{"p":"hqq73kftvzh8c92u","v":"1.0.0","m":0}'
Configuration variables:
------------------------
- **time_id** (*Optional*, :ref:`config-id`): Some Tuya devices support obtaining local time from ESPHome.
Specify the ID of the :ref:`Time Component <time>` which will be used.
See Also
--------