Home Connect now adds entities automatically (#37218)

* Update Home Connect documentation to include information about devices added automatically

* Improvements

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
J. Diego Rodríguez Royo 2025-02-03 13:08:56 +01:00 committed by GitHub
parent b2a708dcd1
commit 6b4953ef91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,10 @@ The integration will add one Home Assistant device for each connected home appli
- Multiple sensors that report the different states and events reported by the appliance. - Multiple sensors that report the different states and events reported by the appliance.
- Binary sensors that show binary states of the appliance. - Binary sensors that show binary states of the appliance.
{% note %}
Some appliances don't report data while they are turned off so corresponding entities will not appear in the Home Connect integration after loading until the appliances are turned on.
{% endnote %}
{% note %} {% note %}
Note that it depends on the appliance and on API permissions which of the features are supported. Note that it depends on the appliance and on API permissions which of the features are supported.
{% endnote %} {% endnote %}
@ -72,7 +76,6 @@ Some devices only have the state `on` and turn off is not supported by the appli
{% important %} {% important %}
- **Power on** all your appliances during the integration configuration process; otherwise, appliance programs list will be empty.
- To update the appliance programs list, you can reload the Home Connect integration when an appliance is turned on. If the re-initialization process is not triggered by reload, restart the Home Assistant when an appliance is turned on. - To update the appliance programs list, you can reload the Home Connect integration when an appliance is turned on. If the re-initialization process is not triggered by reload, restart the Home Assistant when an appliance is turned on.
- After performing the steps above, [log out](https://developer.home-connect.com/user/logout) of your Home Connect Developer account. If you don't do this, the configuration steps below will fail during OAuth authentication with the message `“error”: “unauthorized_client”`. - After performing the steps above, [log out](https://developer.home-connect.com/user/logout) of your Home Connect Developer account. If you don't do this, the configuration steps below will fail during OAuth authentication with the message `“error”: “unauthorized_client”`.
- The provided Home Connect User Account email address **must** be all lowercase; otherwise, it will result in authentication failures. - The provided Home Connect User Account email address **must** be all lowercase; otherwise, it will result in authentication failures.