Skip to content

Commit b05396c

Browse files
authored
Small fixes for Home Connect documentation (home-assistant#37829)
* Remove duplicated information about entities * Change doc structure to follow the basic structure * Small fix * Delete sentence
1 parent a283476 commit b05396c

File tree

1 file changed

+12
-33
lines changed

1 file changed

+12
-33
lines changed

source/_integrations/home_connect.markdown

Lines changed: 12 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -42,31 +42,10 @@ The Home Connect integration allows users to integrate their home appliances sup
4242
- Control the light of your appliances.
4343
- Adjust the appliance settings.
4444

45-
The integration will add one Home Assistant device for each connected home appliance which will have the following entities:
46-
47-
- A power switch
48-
- If the device has programs:
49-
- Two select entities that will allow you to select and start a program between the available ones.
50-
- A timestamp sensor for remaining time and a numeric sensor for the progress percentage.
51-
- Light:
52-
- Hoods:
53-
- Functional light: on/off and brightness
54-
- Ambient light: on/off, brightness, HSV and RGB
55-
- Dishwasher: on/off, brightness, HS and RGB
56-
- Cooling appliances: Both, external and internal lights, on/off and brightness
57-
- Numbers that set the temperature of cooling appliances.
58-
- Time for alarm clock for cooktops and ovens.
59-
- Multiple sensors that report the different states and events reported by the appliance.
60-
- Binary sensors that show binary states of the appliance.
61-
6245
{% note %}
6346
Note that it depends on the appliance and on API permissions which of the features are supported.
6447
{% endnote %}
6548

66-
{% note %}
67-
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.
68-
{% endnote %}
69-
7049
## Supported devices
7150

7251
You can find information about supported devices on the [Home Connect website](https://www.home-connect.com/global/smart-home-appliances).
@@ -111,14 +90,6 @@ Internal examples: `http://192.168.0.2:8123/auth/external/callback`, `http://hom
11190

11291
The integration configuration will ask for the *Client ID* and *Client Secret* created above. See [Application Credentials](/integrations/application_credentials) for more details.
11392

114-
## Removing the integration
115-
116-
This integration follows standard integration removal. No extra steps are required.
117-
118-
{% include integrations/remove_device_service.md %}
119-
120-
After deleting the integration, go to [your applications at the Home Connect Developer portal](https://developer.home-connect.com/applications), find the application that you were using for Home Assistant, click on details and click on "Delete Application".
121-
12293
## Supported functionality
12394

12495
{% note %}
@@ -1003,7 +974,6 @@ Changes a setting.
1003974
| `key` | no | Key of the setting. |
1004975
| `value` | no | Value of the setting. |
1005976

1006-
1007977
## Automation examples
1008978

1009979
Get started with these automation examples
@@ -1078,6 +1048,12 @@ actions:
10781048
This integration uses server-sent events from the Home Connect API to receive live updates from the appliances.
10791049
When the configuration entry is loaded or after a streaming error (for example after disconnection), the integration will request all data (such as appliance info, available commands, programs, settings, and status) for all appliances.
10801050
If a new appliance is added to the account, the integration will request data for the new appliance and expose the related entities automatically.
1051+
1052+
## Known limitations
1053+
1054+
- The Home Connect API does not fully match the Home Connect app. Some programs, options, or settings available in the app may not be accessible or usable via the API.
1055+
- This integration supports only one integration entry, as the Home Connect API does not allow for the unique identification of an account.
1056+
10811057
## Troubleshooting
10821058
10831059
### I could not configure the Home Connect integration
@@ -1144,7 +1120,10 @@ To try to solve the above issues, follow these steps:
11441120
- [Home Connect service and contact](https://www.home-connect.com/us/en/support/contact-and-service)
11451121
- [Home Connect developer Help & Support](https://developer.home-connect.com/support)
11461122

1147-
## Known limitations
1123+
## Removing the integration
11481124

1149-
- The Home Connect API does not fully match the Home Connect app. Some programs, options, or settings available in the app may not be accessible or usable via the API.
1150-
- This integration supports only one integration entry, as the Home Connect API does not allow for the unique identification of an account.
1125+
This integration follows standard integration removal. No extra steps are required.
1126+
1127+
{% include integrations/remove_device_service.md %}
1128+
1129+
After deleting the integration, go to [your applications at the Home Connect Developer portal](https://developer.home-connect.com/applications), find the application that you were using for Home Assistant, click on details and click on "Delete Application".

0 commit comments

Comments
 (0)