mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-30 14:56:50 +00:00

* Additional documentation Added documentation for additional parameters introduced by a separate change request (already included in 0.48) KNX should be moved from the "DIY" section as KNX isn't a DIY solution, but an industry standard used for building automatisation. * Removed some example code
1.4 KiB
1.4 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | KNX Cover | Instructions on how to integrate KXN covers with Home Assistant. | 2017-06-18 12:00 | true | false | true | true | knx.png | Cover | 0.48 | Local Polling |
The knx
cover platform is used as in interface with KNX covers.
To use your KNX covers in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
cover:
- platform: knx
updown_address: 9/0/0
stop_address: 9/0/1
- name (Optional): A name for this devices used within Home Assistant.
- updown_address (Required): The KNX group address that is used to move the cover up and down.
- stop_address (Required): The group address that is used to stop the cover.
- setposition_address (Optional): The group address that is used to set the position.
- getposition_address (Optional): The group address that is used to read the position.
- setangle_address (Optional): The group address that is used to set the tilt angle.
- getangle_address (Optional): The group address that is used to read the tilt angle.
- invert_position (Optional): Set this to true if your actuator report fully closed as 100%
- invert_angle (Optional): Set this to true if your actuator reports tilt fully closed as 100%