From a00ffe9fc379233a229ff7906653fcd4f4727221 Mon Sep 17 00:00:00 2001 From: starkillerOG Date: Mon, 11 Apr 2022 18:52:16 +0200 Subject: [PATCH] Motion blinds fix set absolute position service (#69873) --- homeassistant/components/motion_blinds/cover.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/motion_blinds/cover.py b/homeassistant/components/motion_blinds/cover.py index 80f5b4d60c4..115a0e42e01 100644 --- a/homeassistant/components/motion_blinds/cover.py +++ b/homeassistant/components/motion_blinds/cover.py @@ -155,7 +155,7 @@ async def async_setup_entry( platform.async_register_entity_service( SERVICE_SET_ABSOLUTE_POSITION, SET_ABSOLUTE_POSITION_SCHEMA, - SERVICE_SET_ABSOLUTE_POSITION, + "async_set_absolute_position", )