mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix Lutron Serena Tilt Only Wood Blinds set tilt function (#117374)
This commit is contained in:
parent
b2996844be
commit
728e1a2223
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user