2018-07-09 21:51:12 +02:00

752 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release
page Velbus Access and control your Velbus devices. 2017-06-17 16.58 true false true true velbus.png Hub Local Push 0.50

The velbus component supports the Velbus USB and serial gateways.

{% linkable_title Configuration %}

The gateway needs to be configured by adding the following lines to your configuration.yaml file:

# Example configuration.yaml entry
velbus:
  port: '/dev/ttyUSB00'

{% configuration %} port: description: The port where your board is connected to your Home Assistant host. The port will be most likely named ttyUSB*. required: true type: string {% endconfiguration %}