Added documentation page for Soma (#10460)

* Added documentation page for Soma

* Update source/_components/soma.markdown

Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com>

* Update source/_components/soma.markdown

Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com>

* Added paragraphs
This commit is contained in:
Tiit Rätsep 2019-10-01 12:24:42 +03:00 committed by Klaas Schoute
parent a70c84a42a
commit a0d2949e4b
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,40 @@
---
title: "Soma"
description: "Instructions on how to set up the Soma Connect within Home Assistant."
logo: soma.png
ha_category:
- Cover
ha_iot_class: Local Polling
ha_config_flow: true
ha_release: "0.100"
---
The Soma integration will allow users to integrate their Soma Smarthome devices into Home Assistant using the Soma Connect hub.
You can build a Soma Connect yourself if you have a spare Raspberry Pi. You just need to follow the [ official instructions](https://somasmarthome.zendesk.com/hc/en-us/articles/360035521234-Install-SOMA-Connect-software-on-SOMA-Connect-Raspberry-Pi). After you have the SD card plug in the Pi and use an ethernet cable or [set up WiFI](https://somasmarthome.zendesk.com/hc/en-us/articles/360026210333-Configuring-Wi-Fi-access). Then find the IP address by checking your routers DHCP table (we will work on this step).
The Connect will automatically find all your Smartshade devices in range and expose them through this integration and through Home Kit. This integration will only enumerate new shades when it is first set up. If you add shades after that you just need to restart Home Assistant or reconfigure this integration. Soma Connect will automatically discover new shades as they appear and expose them.
To actually move the shades you have to first set them up according to the instructions that come with them.
## Configuration
```yaml
# Example configuration.yaml entry
soma:
host: CONNECT_IP_ADDR
port: CONNECT_PORT
```
{% configuration %}
host:
description: Your Soma Connect IP address.
required: true
type: string
port:
description: Your Soma Connect port.
required: true
default: 3000
type: string
{% endconfiguration %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB