Motion blinds fix set absolute position service (#69873)

pull/69935/head
starkillerOG 2022-04-11 18:52:16 +02:00 committed by Paulus Schoutsen
parent 9607dfe57c
commit 84d8a7857d
1 changed files with 1 additions and 1 deletions

View File

@ -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",
)