Update docstrings (#2513)
This commit is contained in:
parent
82e992c63c
commit
497bc6ac0d
10 changed files with 14 additions and 16 deletions
|
@ -18,7 +18,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||
|
||||
|
||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||
"""Setup nx584 sensors."""
|
||||
"""Setup nx584 binary sensor platform."""
|
||||
from nx584 import client as nx584_client
|
||||
|
||||
host = config.get('host', 'localhost:5007')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue