mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Update scsgate cover component configuration (#7439)
This commit is contained in:
parent
824dc4eda1
commit
012a9de352
@ -26,14 +26,27 @@ cover:
|
|||||||
scs_id: XXXXX
|
scs_id: XXXXX
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
devices:
|
||||||
- **devices** array (*Required*): A list of devices.
|
description: A list of devices.
|
||||||
- **[slug]** (*Required*): Slug of the device.
|
required: true
|
||||||
- **name** (*Required*): Name to use in the frontend.
|
type: list
|
||||||
- **scs_id** (*Required*): The ID of your SCSGate device.
|
keys:
|
||||||
|
slug:
|
||||||
|
description: Slug of the device.
|
||||||
|
required: true
|
||||||
|
type: list
|
||||||
|
keys:
|
||||||
|
name:
|
||||||
|
description: Name to use in the frontend.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
scs_id:
|
||||||
|
description: The ID of your SCSGate device.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
**Known limitation:** It is not possible to know the current state of the cover.
|
**Known limitation:** It is not possible to know the current state of the cover.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user