home-assistant.io/source/_components/light.velbus.markdown
2018-07-09 21:51:12 +02:00

1.2 KiB

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 lights Access and control your Velbus lights. 2017-06-17 16.58 true false true true velbus.png Light Local Push 0.50

The velbus light allows you to control Velbus lights.

{% linkable_title Configuration %}

To use your Velbus lights in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
light:
  - platform: velbus
    devices:
      - name: Light 1
        module: 0xda
        channel: 4
      - name: Light 2
        module: 0xbc
        channel: 1

{% configuration %} devices: description: The list contains the lights to configure. required: true type: map keys: name: description: Name to use in the frontend. required: true type: string module: description: The hexadecimal module address. required: true type: string channel: description: The channel number in the module. required: true type: string {% endconfiguration %}

For hub configuration, see the Velbus component.