Update documentation

This commit is contained in:
Fabian Affolter 2015-05-13 19:18:30 +02:00 committed by Paulus Schoutsen
parent 6b0e29ad55
commit fdb46d80ba
27 changed files with 197 additions and 100 deletions

View file

@ -1,11 +1,13 @@
"""
homeassistant.components.discovery
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Starts a service to scan in intervals for new devices.
Will emit EVENT_PLATFORM_DISCOVERED whenever a new service has been discovered.
Knows which components handle certain types, will make sure they are
loaded before the EVENT_PLATFORM_DISCOVERED is fired.
"""
import logging
import threading