mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-29 22:36:50 +00:00
1.1 KiB
1.1 KiB
title, description, logo, ha_category, ha_iot_class, ha_release, redirect_from
title | description | logo | ha_category | ha_iot_class | ha_release | redirect_from | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Velbus | Access and control your Velbus devices. | velbus.png |
|
Local Push | 0.50 |
|
The velbus
integration 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
Configuration
The gateway needs to be configured by adding the following lines to your configuration.yaml
file:
# Example configuration.yaml entry for a USB or serial interface
velbus:
port: '/dev/ttyUSB00'
# Example configuration.yaml entry for a TCP/IP interface
velbus:
port: '127.0.0.1:3678'
{% configuration %} port: description: The port where your board is connected to your Home Assistant host. required: true type: string {% endconfiguration %}