You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/home_connect.markdown
+12-33Lines changed: 12 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -42,31 +42,10 @@ The Home Connect integration allows users to integrate their home appliances sup
42
42
- Control the light of your appliances.
43
43
- Adjust the appliance settings.
44
44
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
-
62
45
{% note %}
63
46
Note that it depends on the appliance and on API permissions which of the features are supported.
64
47
{% endnote %}
65
48
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
-
70
49
## Supported devices
71
50
72
51
You can find information about supported devices on the [Home Connect website](https://www.home-connect.com/global/smart-home-appliances).
The integration configuration will ask for the *Client ID* and *Client Secret* created above. See [Application Credentials](/integrations/application_credentials) for more details.
113
92
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
-
122
93
## Supported functionality
123
94
124
95
{% note %}
@@ -1003,7 +974,6 @@ Changes a setting.
1003
974
|`key`| no | Key of the setting. |
1004
975
|`value`| no | Value of the setting. |
1005
976
1006
-
1007
977
## Automation examples
1008
978
1009
979
Get started with these automation examples
@@ -1078,6 +1048,12 @@ actions:
1078
1048
This integration uses server-sent events from the Home Connect API to receive live updates from the appliances.
1079
1049
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.
1080
1050
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
+
1081
1057
## Troubleshooting
1082
1058
1083
1059
### I could not configure the Home Connect integration
@@ -1144,7 +1120,10 @@ To try to solve the above issues, follow these steps:
1144
1120
- [Home Connect service and contact](https://www.home-connect.com/us/en/support/contact-and-service)
1145
1121
- [Home Connect developer Help & Support](https://developer.home-connect.com/support)
1146
1122
1147
-
## Known limitations
1123
+
## Removing the integration
1148
1124
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