From 1856b470341b44ed4d71322ef06eafb65aebefec Mon Sep 17 00:00:00 2001 From: starkillerOG Date: Tue, 29 Dec 2020 16:50:08 +0100 Subject: [PATCH] make entity_id optional in motion blinds (#16040) --- source/_integrations/motion_blinds.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/motion_blinds.markdown b/source/_integrations/motion_blinds.markdown index e86b3cf8642..5a96d2e92f9 100644 --- a/source/_integrations/motion_blinds.markdown +++ b/source/_integrations/motion_blinds.markdown @@ -81,6 +81,6 @@ The `cover.set_cover_position` will set the scaled position relative to the spac | 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 | | `width` | yes | Optionally specify the width that is covered, only for TDBU Combined entities. For example 30 |