Add position to zwave rollershutter (#2772)
This commit is contained in:
parent
693098ff00
commit
7762365b3f
12 changed files with 106 additions and 1 deletions
|
@ -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."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue