:warning: This repository is no longer up to date with the Home Assistant Core integration and is no longer actively maintained. Please raise feature requests and issues against Home Assistant Core. :warning:
Custom component for testing experimental features of the Home Assistant Home Connect intgegration.
OAuth Flow
type Authorization Code Grant Flow
and Redirect URI https://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)http
component in your configuration.yaml
has the base url set to YOUR_HOMEASSISTANT_BASE_URL:PORT
(it will not work otherwise)configuration.yaml
:
home_connect_beta:
client_id: YOUR_CLIENT_ID
client_secret: YOUR_CLIENT_SECRET
custom_components
to the custom_components
directory of your Home Assistant configuration directoryStep 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.