From f7ccde5337b09e0024665cf638cc8ce9f1279e86 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Tue, 12 Feb 2019 19:47:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Velbus=20compo?= =?UTF-8?q?nent=20pages=20(#8508)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_components/binary_sensor.velbus.markdown | 18 ------------------ source/_components/climate.velbus.markdown | 18 ------------------ source/_components/sensor.velbus.markdown | 18 ------------------ source/_components/switch.velbus.markdown | 18 ------------------ source/_components/velbus.markdown | 19 ++++++++++++++++++- 5 files changed, 18 insertions(+), 73 deletions(-) delete mode 100644 source/_components/binary_sensor.velbus.markdown delete mode 100644 source/_components/climate.velbus.markdown delete mode 100644 source/_components/sensor.velbus.markdown delete mode 100644 source/_components/switch.velbus.markdown diff --git a/source/_components/binary_sensor.velbus.markdown b/source/_components/binary_sensor.velbus.markdown deleted file mode 100644 index bdbba5f7075..00000000000 --- a/source/_components/binary_sensor.velbus.markdown +++ /dev/null @@ -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/). diff --git a/source/_components/climate.velbus.markdown b/source/_components/climate.velbus.markdown deleted file mode 100644 index 5a95e769a94..00000000000 --- a/source/_components/climate.velbus.markdown +++ /dev/null @@ -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/). diff --git a/source/_components/sensor.velbus.markdown b/source/_components/sensor.velbus.markdown deleted file mode 100644 index 56233e50c8a..00000000000 --- a/source/_components/sensor.velbus.markdown +++ /dev/null @@ -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/). diff --git a/source/_components/switch.velbus.markdown b/source/_components/switch.velbus.markdown deleted file mode 100644 index 10062bddfc1..00000000000 --- a/source/_components/switch.velbus.markdown +++ /dev/null @@ -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/). diff --git a/source/_components/velbus.markdown b/source/_components/velbus.markdown index c5cb790ee99..7751a97e416 100644 --- a/source/_components/velbus.markdown +++ b/source/_components/velbus.markdown @@ -8,13 +8,30 @@ comments: false sharing: true footer: true logo: velbus.png -ha_category: Hub +ha_category: + - Hub + - Binary Sensor + - Climate + - Sensor + - Switch ha_iot_class: "Local Push" 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. +There is currently support for the following device types within Home Assistant: + +- Binary Sensor +- Climate +- Sensor +- Switch + ## {% linkable_title Configuration %} The gateway needs to be configured by adding the following lines to your `configuration.yaml` file: