Fix Lutron Serena Tilt Only Wood Blinds set tilt function (#117374)

This commit is contained in:
Jiaqi Wu 2024-05-13 17:05:12 -07:00 committed by Franck Nijhof
parent c90818e10c
commit f48f8eefe7
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -96,7 +96,7 @@ class LutronCasetaTiltOnlyBlind(LutronCasetaDeviceUpdatableEntity, CoverEntity):
async def async_set_cover_tilt_position(self, **kwargs: Any) -> None:
"""Move the blind to a specific tilt."""
self._smartbridge.set_tilt(self.device_id, kwargs[ATTR_TILT_POSITION])
await self._smartbridge.set_tilt(self.device_id, kwargs[ATTR_TILT_POSITION])
PYLUTRON_TYPE_TO_CLASSES = {