Beispiel #1
0
 def __init__(self, wink):
     """Initialize the garage door."""
     WinkDevice.__init__(self, wink)
Beispiel #2
0
 def __init__(self, wink, hass):
     """Initialize the Wink device."""
     WinkDevice.__init__(self, wink, hass)
Beispiel #3
0
 def __init__(self, wink):
     """Initialize the rollershutter."""
     WinkDevice.__init__(self, wink)
Beispiel #4
0
 def __init__(self, wink):
     """Initialize the cover."""
     WinkDevice.__init__(self, wink)
Beispiel #5
0
 def __init__(self, wink):
     """Initialize the Wink device."""
     WinkDevice.__init__(self, wink)
Beispiel #6
0
 def __init__(self, wink):
     """Initialize the rollershutter."""
     WinkDevice.__init__(self, wink)
Beispiel #7
0
 def __init__(self, wink):
     """Initialize the garage door."""
     WinkDevice.__init__(self, wink)
Beispiel #8
0
 def __init__(self, wink, hass):
     """Initialize the sensor."""
     WinkDevice.__init__(self, wink, hass)
Beispiel #9
0
 def __init__(self, wink):
     """Initialize the sensor."""
     WinkDevice.__init__(self, wink)
Beispiel #10
0
 def __init__(self, wink):
     """Initialize the lock."""
     WinkDevice.__init__(self, wink)
Beispiel #11
0
 def __init__(self, wink, hass):
     """Initialize the lock."""
     WinkDevice.__init__(self, wink, hass)
Beispiel #12
0
 def __init__(self, wink, hass):
     """Initialize the Wink alarm."""
     WinkDevice.__init__(self, wink, hass)