Minor updates

This commit is contained in:
Fabian Affolter 2016-08-27 12:53:28 +02:00
parent 5eddb981a2
commit e19680eb69
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
4 changed files with 25 additions and 30 deletions

View file

@ -10,11 +10,10 @@ footer: true
logo: bus_scs.png
ha_category: Cover
---
The SCSGate devices can control motorized covers connected to the BTicino
MyHome system.
To enable SCSGate covers in your installation, add the following to your
`configuration.yaml` file:
The SCSGate devices can control motorized covers connected to the BTicino MyHome system.
To enable SCSGate covers in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
@ -28,8 +27,12 @@ cover:
Configuration variables:
- **devices** (*Required*): A list of devices with their name to use in the
frontend.
- **devices** array (*Required*): A list of devices.
- **[slug]** (*Required*): Slug of the device.
- **name** (*Required*): Name to use in the frontend.
- **scs_id** (*Required*): The ID of your SCSGate device.
<p class='note'>
**Known limitation:** It is not possible to know the current state of the cover.
</p>
**Known limitation:** it is not possible to know the current state of the
cover.