Skip to content

KNX Cover entity configuration from UI #38319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions source/_integrations/knx.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,11 @@ Unlike most KNX devices, Home Assistant defines 0% as closed and 100% as fully o
Home Assistant will, by default, `close` a cover by moving it in the `DOWN` direction in the KNX nomenclature, and `open` a cover by moving it in the `UP` direction.
{% endnote %}

Cover entities can be created from the frontend in the KNX panel or via YAML.

<a name="configuration-cover-yaml"></a>
{% details "Configuration of KNX cover entities via YAML" %}

To use your KNX covers in your installation, add the following lines to your top level [KNX Integration](/integrations/knx) configuration key in your {% term "`configuration.yaml`" %}:

```yaml
Expand Down Expand Up @@ -1150,6 +1155,8 @@ entity_category:
default: None
{% endconfiguration %}

{% enddetails %}

## Date

The KNX date platform allows to send date values to the KNX bus and update its state from received telegrams. It can optionally respond to read requests from the KNX bus.
Expand Down