make entity_id optional in motion blinds (#16040)

This commit is contained in:
starkillerOG 2020-12-29 16:50:08 +01:00 committed by GitHub
parent e94822aa1b
commit 1856b47034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 |