Skip to content
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

Document program key attribute at Home Connect #36072

Closed
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
5 changes: 5 additions & 0 deletions source/_integrations/home_connect.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ The integration will add one Home Assistant device for each connected home appli
Note that it depends on the appliance and on API permissions which of the features are supported.
{% endnote %}

{% note %}
Some programs are not documented by the API, so they are not contemplated in the integration.
If you need to use that program for an automation or a script, you can use the `program_key` attribute of the selected/active program entities.
{% endnote %}

{% note %}
Some devices only have the state `on` and turn off is not supported by the appliance, check [power state availability at Home Connect API documentation](https://api-docs.home-connect.com/settings/#power-state) for more information.
{% endnote %}
Expand Down