Update docstrings (#2513)
This commit is contained in:
parent
82e992c63c
commit
497bc6ac0d
10 changed files with 14 additions and 16 deletions
|
@ -12,7 +12,7 @@ DEPENDENCIES = ["zigbee"]
|
|||
|
||||
|
||||
def setup_platform(hass, config, add_entities, discovery_info=None):
|
||||
"""Create and add an entity based on the configuration."""
|
||||
"""Setup the ZigBee switch platform."""
|
||||
add_entities([
|
||||
ZigBeeSwitch(hass, ZigBeeDigitalOutConfig(config))
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue