From e1e14bee102b8db30ce9bcf8f8bb141dfb82c93d Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 23 Mar 2026 10:10:10 +0100 Subject: [PATCH] Clarify description of `motion_blinds.set_absolute_position` action (#166243) --- homeassistant/components/motion_blinds/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/motion_blinds/strings.json b/homeassistant/components/motion_blinds/strings.json index 5235afd6003..8d5b4ef454c 100644 --- a/homeassistant/components/motion_blinds/strings.json +++ b/homeassistant/components/motion_blinds/strings.json @@ -72,7 +72,7 @@ }, "services": { "set_absolute_position": { - "description": "Sets the absolute position of the cover.", + "description": "Sets the absolute position of a cover.", "fields": { "absolute_position": { "description": "Absolute position to move to.",