This is work in progress of an implementation of a Home Connect component for Home Assistant.
- Register an account with the Home Connect Developer Program
- Register a new application with the Redirect URI
https://YOUR_HOMEASSISTANT_BASE_URL:PORT/api/homeconnect(it will not work without https) - Copy the contents of
custom_componentsto thecustom_componentsdirectory of your Home Assistant configuration directory - Add the following to your
configuration.yaml:
homeconnect:
client_id: YOUR_CLIENT_ID
client_secret: YOUR_CLIENT_SECRETThis is an early development preview (use at your own risk!). Please report problems by opening an issue. Feel free to report success in the Home Assistant forum.
Pull requests are welcome!