Update file header and fix typos

This commit is contained in:
Fabian Affolter 2016-04-13 13:50:28 +02:00
parent 05469e6d9b
commit 85901d60c4
3 changed files with 11 additions and 6 deletions

View file

@ -1,4 +1,9 @@
"""MQTT server."""
"""
Support for a local MQTT broker.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/mqtt/#use-the-embedded-broker
"""
import asyncio
import logging
import tempfile