Update docstrings (#2513)

This commit is contained in:
Fabian Affolter 2016-07-13 14:47:29 +02:00 committed by GitHub
parent 82e992c63c
commit 497bc6ac0d
10 changed files with 14 additions and 16 deletions

View file

@ -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')