From 3e5c5daa6bf66490f9f129605c8b952b1d3ba67e Mon Sep 17 00:00:00 2001 From: Maikel Punie Date: Tue, 28 Mar 2023 15:26:15 +0200 Subject: [PATCH] Add select platform to velbus (#26148) --- source/_integrations/velbus.markdown | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/source/_integrations/velbus.markdown b/source/_integrations/velbus.markdown index f2fdfb70ca6..f101e0a4ebd 100644 --- a/source/_integrations/velbus.markdown +++ b/source/_integrations/velbus.markdown @@ -23,6 +23,7 @@ ha_platforms: - cover - diagnostics - light + - select - sensor - switch ha_integration_type: hub @@ -30,15 +31,6 @@ ha_integration_type: hub The `velbus` integration is used to control [Velbus](https://www.velbus.eu/?lang=en) modules. It 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 -- Cover -- Light - The pushbutton LEDs of input modules are disabled by default. These can be enabled from the `Devices` panel in the `Configuration` page of the web interface. {% include integrations/config_flow.md %}