Motion blinds fix set absolute position service (#69873)

This commit is contained in:
starkillerOG 2022-04-11 18:52:16 +02:00 committed by GitHub
parent 27bc5e1d74
commit a00ffe9fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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