Add position to zwave rollershutter (#2772)
This commit is contained in:
parent
693098ff00
commit
7762365b3f
12 changed files with 106 additions and 1 deletions
|
@ -30,6 +30,7 @@ def setup_platform(hass, config, add_callback_devices, discovery_info=None):
|
|||
add_callback_devices)
|
||||
|
||||
|
||||
# pylint: disable=abstract-method
|
||||
class HMRollershutter(homematic.HMDevice, RollershutterDevice):
|
||||
"""Represents a Homematic Rollershutter in Home Assistant."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue