Update file header and fix typos
This commit is contained in:
parent
05469e6d9b
commit
85901d60c4
3 changed files with 11 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue