Add select platform to velbus (#26148)

This commit is contained in:
Maikel Punie 2023-03-28 15:26:15 +02:00 committed by GitHub
parent c9e129152f
commit 3e5c5daa6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}