Skip to content

Commit

Permalink
Updated configuration description, following changes from parent PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschamm committed Nov 15, 2020
1 parent c1488fb commit 69e82e8
Showing 1 changed file with 7 additions and 37 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: Bosch Smart Home Controller Integration
description: Instructions on how to integrate Bosch Smart Home Controller into Home Assistant.
title: Bosch SHC
description: Integrate Bosch SHC.
ha_category:
- Binary Sensor
ha_release: 0.109
ha_release: 0.118
ha_iot_class: Local Polling
ha_config_flow: true
ha_codeowners:
- '@tschamm'
- '@cabrust'
ha_domain: boschshc
ha_domain: bosch_shc
ha_config_flow: true
---

The `boschshc` integration allows you to integrate your [Bosch SHC](https://www.bosch-smarthome.com) into Home Assistant.
The `bosch_shc` integration allows you to integrate your [Bosch SHC](https://www.bosch-smarthome.com) into Home Assistant.

There is currently support for the following device types within Home Assistant:

Expand All @@ -22,37 +22,7 @@ There is currently support for the following device types within Home Assistant:

You will need the IP Address of your SHC and a registered client with a valid SSL certificate/key pair to use this module.

To add `Bosch SHC` to your installation, go to **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **Bosch Smart Home Controller**.

Alternatively, add the following to your `configuration.yaml` file:

```yaml
# Example configuration.yaml entry
boschshc:
ip_address: YOUR_SHC_IP
ssl_certificate: YOUR_SSL_CERT
ssl_key: YOUR_SSL_KEY
name: YOUR_SHC_NAME
```

{% configuration %}
ip_address:
description: The IP address of your Bosch SHC.
required: true
type: string
ssl_certificate:
description: Path to the SSL certificate of your client registered on the Bosch SHC.
required: true
type: string
ssl_key:
description: Path to the SSL key of your client registered on the Bosch SHC.
required: true
type: string
name:
description: The name of your Bosch SHC.
required: true
type: string
{% endconfiguration %}
To add `Bosch SHC` to your installation, go to **Configuration** >> **Integrations** in the UI. If the `SHC` is on the same network as Home Assistant, it is discovered automatically. Clicking "Configure" on the discovered device, adds it to Home Assistant. If your device isn't discovered automatically, click the button with `+` sign on the integrations page and from the list of integrations, select **Bosch SHC** and follow the instructions shown.

### Binary Sensor

Expand Down

0 comments on commit 69e82e8

Please sign in to comment.