🚜 Merges/Redirect Tuya component pages (#8567)

This commit is contained in:
Klaas Schoute 2019-02-14 10:22:24 +01:00 committed by Franck Nijhof
parent 7ad162c94c
commit 012f5cb37f
7 changed files with 24 additions and 138 deletions

View File

@ -1,22 +0,0 @@
---
layout: page
title: "Tuya Climate"
description: "Instructions on how to setup the Tuya climate devices within Home Assistant."
date: 2018-07-16 09:00
sidebar: true
comments: false
sharing: true
footer: true
logo: tuya.png
ha_category: Climate
ha_release: 0.75
ha_iot_class: "Cloud Polling"
---
The `tuya` climate platform allows you to control your [Tuya Smart](https://www.tuya.com) climate devices.
The platform supports the air conditioner and heater.
<p class='note'>
Full configuration details can be found on the main [Tuya component](/components/tuya/) page.
</p>

View File

@ -1,23 +0,0 @@
---
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.
<p class='note'>
Full configuration details can be found on the main [Tuya component](/components/tuya/) page.
</p>

View File

@ -1,23 +0,0 @@
---
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 fans.
<p class='note'>
Full configuration details can be found on the main [Tuya component](/components/tuya/) page.
</p>

View File

@ -1,23 +0,0 @@
---
layout: page
title: "Tuya Light"
description: "Instructions on how to setup the Tuya lights within Home Assistant."
date: 2018-07-16 09:00
sidebar: true
comments: false
sharing: true
footer: true
logo: tuya.png
ha_category: Light
ha_iot_class: "Cloud Polling"
ha_release: 0.74
---
The `tuya` light platform allows you to control your [Tuya Smart](https://www.tuya.com) lights.
The platform supports most kinds of Tuya light.
<p class='note'>
Full configuration details can be found on the main [Tuya component](/components/tuya/) page.
</p>

View File

@ -1,24 +0,0 @@
---
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.
<p class='note'>
Full configuration details can be found on the main [Tuya component](/components/tuya/) page.
</p>

View File

@ -1,22 +0,0 @@
---
layout: page
title: "Tuya Switch"
description: "Instructions on how to set up the Tuya switch within Home Assistant."
date: 2018-07-09 09:00
sidebar: true
comments: false
sharing: true
footer: true
logo: tuya.png
ha_category: Switch
ha_iot_class: "Cloud Polling"
ha_release: 0.74
---
The `tuya` switch platform allows you to control your [Tuya Smart](https://www.tuya.com) switch.
The platform supports switch and socket.
<p class='note'>
Full configuration details can be found on the main [Tuya component](/components/tuya/) page.
</p>

View File

@ -8,13 +8,36 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: tuya.png logo: tuya.png
ha_category: Hub ha_category:
- Hub
- Climate
- Cover
- Fan
- Light
- Scene
- Switch
ha_iot_class: "Cloud Polling" ha_iot_class: "Cloud Polling"
ha_release: 0.74 ha_release: 0.74
redirect_from:
- /components/climate.tuya/
- /components/cover.tuya/
- /components/fan.tuya/
- /components/light.tuya/
- /components/scene.tuya/
- /components/switch.tuya/
--- ---
The `tuya` component is the main component to integrate all [Tuya Smart](https://www.tuya.com) related platforms. You will need your Tuya account information (username, password and account country code) to discover and control devices which related to your account. The `tuya` component is the main component to integrate all [Tuya Smart](https://www.tuya.com) related platforms. You will need your Tuya account information (username, password and account country code) to discover and control devices which related to your account.
There is currently support for the following device types within Home Assistant:
- **Climate** - The platform supports the air conditioner and heater.
- **Cover** - The platform supports curtains.
- **Fan** - The platform supports most kinds of Tuya fans.
- **Light** - The platform supports most kinds of Tuya light.
- **Scene** - The device state in frontend panel will not change immediately after you activate a scene.
- **Switch** - The platform supports switch and socket.
## {% linkable_title Configuration %} ## {% linkable_title Configuration %}
To add your Tuya devices into your Home Assistant installation, add the following to your `configuration.yaml` file: To add your Tuya devices into your Home Assistant installation, add the following to your `configuration.yaml` file: