Add position to zwave rollershutter (#2772)

This commit is contained in:
Nuno Sousa 2016-08-16 08:37:58 +01:00 committed by Paulus Schoutsen
parent 693098ff00
commit 7762365b3f
12 changed files with 106 additions and 1 deletions

View file

@ -40,6 +40,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
rfxtrx.RECEIVED_EVT_SUBSCRIBERS.append(rollershutter_update)
# pylint: disable=abstract-method
class RfxtrxRollershutter(rfxtrx.RfxtrxDevice, RollershutterDevice):
"""Representation of an rfxtrx roller shutter."""