All Projects → DavidMStraub → homeassistant-homeconnect

DavidMStraub / homeassistant-homeconnect

Licence: MIT license
Custom component for Home Assistant to connect appliances supporting the Home Connect standard

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to homeassistant-homeconnect

mega hacs
MegaD HomeAssistant integration
Stars: ✭ 87 (-27.5%)
Mutual labels:  homeassistant, hacs
home-assistant-flair
Custom component for Home Assistant Core for Flair pucks, vents, rooms, structures, and minisplits
Stars: ✭ 51 (-57.5%)
Mutual labels:  homeassistant, hacs
hass-miwifi
MiWiFi for Home Assistant
Stars: ✭ 116 (-3.33%)
Mutual labels:  homeassistant, hacs
homeassistant-coronavirus-hessen
[Unmaintained] Home Assistant component to scrape the current SARS-CoV-2 data for the German state of Hessen from the website of the Hessisches Ministerium für Soziales und Integration.
Stars: ✭ 15 (-87.5%)
Mutual labels:  homeassistant, hacs
MeteoalarmCard
Meteoalarm, Météo-France and DWD severe weather warnings card for Home Assistant Lovelace UI ⛈️
Stars: ✭ 48 (-60%)
Mutual labels:  homeassistant, hacs
ha-eskom-loadshedding
Fetches loadshedding data from Eskom
Stars: ✭ 48 (-60%)
Mutual labels:  homeassistant, hacs
fullscreen-card
Make your Home Assistant browser fullscreen with one tap.
Stars: ✭ 23 (-80.83%)
Mutual labels:  homeassistant, hacs
charger-card
A lovelace card for electrical vehicle (EV) home chargers and charging robots.
Stars: ✭ 57 (-52.5%)
Mutual labels:  homeassistant, hacs
power-distribution-card
A Lovelace Card for visualizing power distributions.
Stars: ✭ 117 (-2.5%)
Mutual labels:  homeassistant, hacs
atomic-calendar-revive
An advanced calendar card for Home Assistant Lovelace.
Stars: ✭ 218 (+81.67%)
Mutual labels:  homeassistant, hacs
home-assistant-omnik-inverter
Read the current, daily and total Wh from your Omnik Inverter via local network (no cloud!)
Stars: ✭ 45 (-62.5%)
Mutual labels:  homeassistant, hacs
ps-date-countdown
A python script for Homeassistant that counts down the days to birthdays, anniversaries etc
Stars: ✭ 21 (-82.5%)
Mutual labels:  homeassistant, hacs
ha-sengledapi
Home Assistant Integration for Sengled Bulbs. This is a custom component to allow control of Sengled Bulbs in Homeassistant using the unofficial Sengled API. Please note this mimics the Sengled app and therefore Sengled may cut off access at anytime.
Stars: ✭ 85 (-29.17%)
Mutual labels:  homeassistant, hacs
homeassistant-afvalwijzer
Provides sensors for some Dutch waste collectors
Stars: ✭ 119 (-0.83%)
Mutual labels:  homeassistant, hacs
home-assistant-theme-outline
🎨 Home Assistant Theme: Outline
Stars: ✭ 20 (-83.33%)
Mutual labels:  homeassistant, hacs
ledfxrm
Custom Integration for Home Assistant to control a any (local/remote) LedFX-server - State: beta
Stars: ✭ 31 (-74.17%)
Mutual labels:  homeassistant, hacs
homeassistant-jlrincontrol
An integration for JLR InControl to Home Assistant
Stars: ✭ 34 (-71.67%)
Mutual labels:  homeassistant, hacs
midea-ac-py
This is a library to allow communicating to a Midea appliance via the Midea cloud.
Stars: ✭ 72 (-40%)
Mutual labels:  homeassistant, hacs
lovelace-light-soft-ui-theme
🎨 Home Assistant soft UI light theme, with help from @JuanMTech, @thomasloven, and @N-l1.
Stars: ✭ 59 (-50.83%)
Mutual labels:  homeassistant, hacs
plugwise-beta
Custom-component / development version of the Plugwise Home Assistant platform
Stars: ✭ 23 (-80.83%)
Mutual labels:  homeassistant, hacs

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].