From 0ed41d2e3533ecc67cea5bdce0e4b483f7602c17 Mon Sep 17 00:00:00 2001 From: Eirik Z <46269073+atxbyea@users.noreply.github.com> Date: Tue, 23 Jun 2020 21:44:05 +0200 Subject: [PATCH] Update of typo and wording (#13819) --- source/_integrations/home_connect.markdown | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/_integrations/home_connect.markdown b/source/_integrations/home_connect.markdown index 29d0c67ca04..bd5824ba725 100644 --- a/source/_integrations/home_connect.markdown +++ b/source/_integrations/home_connect.markdown @@ -15,29 +15,29 @@ ha_codeowners: ha_config_flow: true --- -The Home Connect integration will allow users to integrate their home appliances supporting the Home Connect standard using the [official API](https://developer.home-connect.com). +The Home Connect integration allows users to integrate their home appliances supporting the Home Connect standard for Bosch and Siemens using the [official cloud API](https://developer.home-connect.com). The integration will add one Home Assistant device for each connected home appliance which will have the following entities: - A power switch -- If the device has programs, switches for the individual programs. Note that program options cannot be configured at present. -- If the device has programs, a timestamp sensor for remaining time and a numeric sensor for the progress in percent. +- If the device has programs, switches for each of the individual programs will be added. Note that program options cannot be configured currently. +- If the device has programs, a timestamp sensor for remaining time and a numeric sensor for the progress percentage. -Note that it depends on the appliance and on API permissions which of the features are actually supported. A notable limitation is that oven programs cannot be started at present. +Note that it depends on the appliance and on API permissions which of the features are supported. A notable limitation is that oven programs cannot be started currently. ## Installation ### Installation using a developer account -1. Visit [https://developer.home-connect.com](https://developer.home-connect.com) and sign up for a developer accouunt. +1. Visit [https://developer.home-connect.com](https://developer.home-connect.com) and sign up for a developer account. 2. Under [Applications](https://developer.home-connect.com/applications), register a new App: -- Application ID: Home Assistant +- Application ID: Home Assistant (or whatever name makes sense to you) - OAuth Flow: Authorization Code Grant Flow - Redirect URI : `/auth/external/callback` 3. Add the client ID and client secret to your `configuration.yaml` (see below). -4. Once Home Assistant restarted, go to Configuration > Integrations. +4. Once Home Assistant has restarted, go to Configuration > Integrations. 5. Select the Home Connect integration. ### Configuration