1.4 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 Fans | Access and control your Velbus fans. | 2017-06-17 16.58 | true | false | true | true | velbus.png | Fan | Local Push | 0.50 |
The velbus
fan allows you to control Velbus connected fans.
{% linkable_title Configuration %}
To use your Velbus fans in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
fan:
- platform: velbus
devices:
- name: Fan 1
module: 0xda
channel_low: 4
channel_medium: 3
channel_high: 2
{% configuration %} devices: description: The list contains the fans 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_low: description: The channel number in the module for low-speed. required: true type: string channel_medium: description: The channel number in the module for medium-speed. required: true type: string channel_high: description: The channel number in the module for high-speed. required: true type: string {% endconfiguration %}
For hub configuration, see the Velbus component.