From de70830e124c3b365f9335dba582b70119febb64 Mon Sep 17 00:00:00 2001 From: huangyupeng Date: Tue, 24 Jul 2018 16:37:28 +0800 Subject: [PATCH] Add Tuya cover and scene document (#5840) * Add Tuya cover and scene document * fix as required --- source/_components/cover.tuya.markdown | 23 +++++++++++++++++++++++ source/_components/scene.tuya.markdown | 24 ++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 source/_components/cover.tuya.markdown create mode 100644 source/_components/scene.tuya.markdown diff --git a/source/_components/cover.tuya.markdown b/source/_components/cover.tuya.markdown new file mode 100644 index 00000000000..82040f93ecc --- /dev/null +++ b/source/_components/cover.tuya.markdown @@ -0,0 +1,23 @@ +--- +layout: page +title: "Tuya Cover" +description: "Instructions on how to setup the Tuya cover within Home Assistant." +date: 2018-07-20 09:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: tuya.png +ha_category: Cover +ha_iot_class: "Cloud Polling" +ha_release: 0.75 +--- + + +The `tuya` cover platform allows you to control your [Tuya Smart](https://www.tuya.com) curtains. + +The platform supports curtains. + +

+Full configuration details can be found on the main [Tuya component](/components/tuya/) page. +

\ No newline at end of file diff --git a/source/_components/scene.tuya.markdown b/source/_components/scene.tuya.markdown new file mode 100644 index 00000000000..70babb97885 --- /dev/null +++ b/source/_components/scene.tuya.markdown @@ -0,0 +1,24 @@ +--- +layout: page +title: "Tuya Scene" +description: "Instructions on how to setup the Tuya scene within Home Assistant." +date: 2018-07-20 09:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: tuya.png +ha_category: Scene +ha_release: 0.75 +--- + + +The `tuya` scene platform allows you to activate your [Tuya Smart](https://www.tuya.com) scenes. + +The platform supports scenes. + +The device state in frontend panel will not change immediately after you activate a scene. + +

+Full configuration details can be found on the main [Tuya component](/components/tuya/) page. +

\ No newline at end of file