🚜 Merges/Redirect Velbus component pages (#8508)

This commit is contained in:
Klaas Schoute 2019-02-12 19:47:38 +01:00 committed by Franck Nijhof
parent b0cd63f6b2
commit f7ccde5337
5 changed files with 18 additions and 73 deletions

View File

@ -1,18 +0,0 @@
---
layout: page
title: "Velbus sensors"
description: "Access and control your Velbus sensors."
date: 2017-06-17 16.58
sidebar: true
comments: false
sharing: true
footer: true
logo: velbus.png
ha_category: Binary Sensor
ha_iot_class: "Local Push"
ha_release: "0.50"
---
The `velbus` binary_sensor allows you to control [Velbus](http://www.velbus.eu) connected input devices.
For hub configuration, see [the Velbus component](/components/velbus/).

View File

@ -1,18 +0,0 @@
---
layout: page
title: "Velbus Climate"
description: "Instructions how to integrate Velbus thermostat into Home Assistant."
date: 2018-08-22 06:00
sidebar: true
comments: false
sharing: true
footer: true
logo: velbus.png
ha_category: Climate
ha_iot_class: "Local Push"
ha_release: 0.83
---
The `velbus` climate devices allow you to control [Velbus](http://www.velbus.eu) connected thermostats.
For hub configuration, see [the Velbus component](/components/velbus/).

View File

@ -1,18 +0,0 @@
---
layout: page
title: "Velbus Sensor"
description: "Instructions how to integrate Velbus sensors into Home Assistant."
date: 2018-08-22 06:00
sidebar: true
comments: false
sharing: true
footer: true
logo: velbus.png
ha_category: Sensor
ha_iot_class: "Local Push"
ha_release: 0.78
---
The `velbus` sensor allows you to control [Velbus](http://www.velbus.eu) connected sensors.
For hub configuration, see [the Velbus component](/components/velbus/).

View File

@ -1,18 +0,0 @@
---
layout: page
title: "Velbus Switches"
description: "Access and control your Velbus Switches."
date: 2017-06-17 16.58
sidebar: true
comments: false
sharing: true
footer: true
logo: velbus.png
ha_category: Switch
ha_iot_class: "Local Push"
ha_release: "0.50"
---
The `velbus` switch allows you to control [Velbus](http://www.velbus.eu) connected switches.
For hub configuration, see [the Velbus component](/components/velbus/).

View File

@ -8,13 +8,30 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: velbus.png logo: velbus.png
ha_category: Hub ha_category:
- Hub
- Binary Sensor
- Climate
- Sensor
- Switch
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
ha_release: "0.50" ha_release: "0.50"
redirect_from:
- /components/climate.velbus/
- /components/sensor.velbus/
- /components/binary_sensor.velbus/
- /components/switch.velbus/
--- ---
The `velbus` component supports the Velbus USB, Velbus serial and a TCP/IP gateway. The `velbus` component supports the Velbus USB, Velbus serial and a TCP/IP gateway.
There is currently support for the following device types within Home Assistant:
- Binary Sensor
- Climate
- Sensor
- Switch
## {% linkable_title Configuration %} ## {% linkable_title Configuration %}
The gateway needs to be configured by adding the following lines to your `configuration.yaml` file: The gateway needs to be configured by adding the following lines to your `configuration.yaml` file: