From 20f06da579f5e11a6b4e53b8bbfcb28bdcb8954a Mon Sep 17 00:00:00 2001 From: huangyupeng Date: Wed, 18 Jul 2018 10:56:53 +0800 Subject: [PATCH 1/2] Add Tuya fan platform document --- source/_components/fan.tuya.markdown | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 source/_components/fan.tuya.markdown diff --git a/source/_components/fan.tuya.markdown b/source/_components/fan.tuya.markdown new file mode 100644 index 000000000000..605438d1e3a3 --- /dev/null +++ b/source/_components/fan.tuya.markdown @@ -0,0 +1,23 @@ +--- +layout: page +title: "Tuya Fan" +description: "Instructions on how to setup the Tuya fan within Home Assistant." +date: 2018-07-17 09:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: tuya.png +ha_category: Fan +ha_iot_class: "Cloud Polling" +ha_release: 0.75 +--- + + +The `tuya` fan platform allows you to control your [Tuya Smart](https://www.tuya.com) fan. + +The platform supports most kinds of Tuya fan. + +

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

\ No newline at end of file From 1cbd86c16f53fe60268e9bdd77757d93e86d6144 Mon Sep 17 00:00:00 2001 From: huangyupeng Date: Fri, 20 Jul 2018 17:53:43 +0800 Subject: [PATCH 2/2] fix grammar problem --- source/_components/fan.tuya.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/fan.tuya.markdown b/source/_components/fan.tuya.markdown index 605438d1e3a3..273a6f00729c 100644 --- a/source/_components/fan.tuya.markdown +++ b/source/_components/fan.tuya.markdown @@ -16,7 +16,7 @@ ha_release: 0.75 The `tuya` fan platform allows you to control your [Tuya Smart](https://www.tuya.com) fan. -The platform supports most kinds of Tuya fan. +The platform supports most kinds of Tuya fans.

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