Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Custom component for Home Assistant to connect appliances supporting the Home Connect standard

License

Notifications You must be signed in to change notification settings

DavidMStraub/homeassistant-homeconnect

Repository files navigation

⚠️ 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. ⚠️

Home Assistant Home Connect development repository

Custom component for testing experimental features of the Home Assistant Home Connect intgegration.

Usage

  1. Register an account with the Home Connect Developer Program
  2. Register a new application with 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)
  3. Make sure the http component in your configuration.yaml has the base url set to YOUR_HOMEASSISTANT_BASE_URL:PORT (it will not work otherwise)
  4. Add the following to your configuration.yaml:
home_connect_beta:
  client_id: YOUR_CLIENT_ID
  client_secret: YOUR_CLIENT_SECRET
  1. Copy the contents of custom_components to the custom_components directory of your Home Assistant configuration directory
  2. 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.

Feedback

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.

About

Custom component for Home Assistant to connect appliances supporting the Home Connect standard

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages