Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* 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
2019-07-11 14:35:08 -07:00

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
Hub
Binary Sensor
Climate
Sensor
Switch
Local Push 0.50
/components/climate.velbus/
/components/sensor.velbus/
/components/binary_sensor.velbus/
/components/switch.velbus/

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