mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-01 16:57:34 +00:00
1009 B
1009 B
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.
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 variables:
- devices array (Required): The array contains the lights to configure
- name (Required): Name of the light.
- module (Required): The hexadecimal module address
- channel (Required): The channel number in the module.
For hub configuration, see the Velbus component.