mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-11 02:43:28 -06:00
* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
1.0 KiB
1.0 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
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 %}