Custom component for testing experimental features of the Home Assistant Home Connect intgegration.
- Register an account with the Home Connect Developer Program
- Register a new application with
OAuth FlowtypeAuthorization Code Grant Flowand Redirect URIhttps://YOUR_HOMEASSISTANT_BASE_URL:PORT/auth/external/callback(it will not work without https, but your Home Assistant instance does not have to be accessible from the internet and a self-signed certificate will do) - Make sure the
httpcomponent in yourconfiguration.yamlhas the base url set toYOUR_HOMEASSISTANT_BASE_URL:PORT(it will not work otherwise) - Add the following to your
configuration.yaml:
home_connect_beta:
client_id: YOUR_CLIENT_ID
client_secret: YOUR_CLIENT_SECRET- Copy the contents of
custom_componentsto thecustom_componentsdirectory of your Home Assistant configuration directory - Navigate to the Integrations page and select "Home Connect"
Step 5 can also be replaced by using HACS and adding this repository as a custom repistory.
Since the Home Connect component originally developed in this repository has been merged into Home Assistant Core as of May 5, 2020, this custom component will only be used for testing new features. You are welcome to contribute pull requests, but of course any bug fixes and serious improvements can also be directly submitted to Home Assistant Core.