mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
make entity_id optional in motion blinds (#16040)
This commit is contained in:
parent
e94822aa1b
commit
1856b47034
@ -81,6 +81,6 @@ The `cover.set_cover_position` will set the scaled position relative to the spac
|
|||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
| ---------------------- | -------- | ------------------------------------------------------------------------------------------------- |
|
| ---------------------- | -------- | ------------------------------------------------------------------------------------------------- |
|
||||||
| `entity_id` | no | Name of the motion blind cover entity to control. For example `cover.TopDownBottomUp-Bottom-0001` |
|
| `entity_id` | yes | Name of the motion blind cover entity to control. For example `cover.TopDownBottomUp-Bottom-0001` |
|
||||||
| `absolute_position` | no | Absolute position to move to. For example 70 |
|
| `absolute_position` | no | Absolute position to move to. For example 70 |
|
||||||
| `width` | yes | Optionally specify the width that is covered, only for TDBU Combined entities. For example 30 |
|
| `width` | yes | Optionally specify the width that is covered, only for TDBU Combined entities. For example 30 |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user