parent
0100f87ff2
commit
47e31dc9ee
143 changed files with 1584 additions and 1761 deletions
|
@ -7,7 +7,7 @@ https://home-assistant.io/components/cover.wink/
|
|||
import asyncio
|
||||
|
||||
from homeassistant.components.cover import CoverDevice
|
||||
from homeassistant.components.wink import WinkDevice, DOMAIN
|
||||
from homeassistant.components.wink import DOMAIN, WinkDevice
|
||||
|
||||
DEPENDENCIES = ['wink']
|
||||
|
||||
|
@ -31,7 +31,7 @@ class WinkCoverDevice(WinkDevice, CoverDevice):
|
|||
|
||||
@asyncio.coroutine
|
||||
def async_added_to_hass(self):
|
||||
"""Callback when entity is added to hass."""
|
||||
"""Call when entity is added to hass."""
|
||||
self.hass.data[DOMAIN]['entities']['cover'].append(self)
|
||||
|
||||
def close_cover(self, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue