I am trying to configure the Home Connect integration in Home Assistant but I keep getting the following error during the login step:
The given user is not assigned to this app in the developer portal.
I followed the official integration documentation step by step but cannot figure out what I might be doing wrong. I have read other posts that describe this problem nothing seems to work.
Environment
Home Assistant version: 2026.3.0
Accessing HA remotely via Home Assistant Cloud (Nabu Casa)
Steps I followed
I created a Home Connect / SingleKey ID account and added my dishwasher using the Home Connect Android app. The appliance is visible and working correctly in the app.
i had similiar issues when adding home connect integration. I have had to add the user credentials manually at home assistant before adding the integration:
http://[your home assistant adress]/config/application_credentials.
There you have to input your home connect developer email, the O-Auth Client ID and Client Secret ID. You find them in the home connect develop portal, where you defined your application
Awesome. This did it. I did precisely what you said. I added my developer email address under the Name field for the application credential and added Client ID and Secret. Then I added the Home Connect integration again. I was prompted to select the correct application credential and then logged in at Singlekey with my Home Connect (non-dev) account, and then I was all set. Thanks a lot!
What are you using for the values in the developer portal. Is it literally what is in the Home Connect - Home Assistant instructions. Do we customize the websites using our nabu casa sites?
Iâm not sure what your question is. You should follow the instructions regarding the development portal as written in the HA docs for the Home Connect integration. After youâve set up an application in the dev portal you have a Client ID and a Client Secret that you need to create the application credential in your HA as described in the post marked as solution here.
Follow indeed the instructions on the integratinon page first.
Once that is done, as an additional clarification to the solution, [quote=âjoh-ha, post:9, topic:993625, full:trueâ]
go to the URL http://your_homeassistant_ip:8123/config/application_credentials
[/quote]
Click on add item
Choose the integration from the list (in my case âhome connectâ)
Enter the email you used in the developer portal as âDefault Home Connect Account for Testingâ
Copy the Client ID (found under âapplicationsâ menu, click on details on the app you created by using the integration step)
Copy the Client secret (found in same screen as 4 above).
Hit âaddâ.
Proceed by installing the integration from you Home Assistant integration screenâŚ