From 88782fa90a97fde372f3852dddcfb71be8b70025 Mon Sep 17 00:00:00 2001 From: Brian Cribbs Date: Fri, 28 Apr 2017 16:32:06 -0400 Subject: [PATCH] added coroutine annotation to async method --- homeassistant/components/cover/mqtt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/cover/mqtt.py b/homeassistant/components/cover/mqtt.py index 17cd769a806..41fd2d4eb45 100644 --- a/homeassistant/components/cover/mqtt.py +++ b/homeassistant/components/cover/mqtt.py @@ -272,6 +272,7 @@ class MqttCover(CoverDevice): """Return current position of cover tilt.""" return self._tilt_value + @asyncio.coroutine def async_set_cover_tilt_position(self, **kwargs): """Move the cover tilt to a specific position.""" if ATTR_TILT_POSITION in kwargs: