Fix updated file header (#21049)

This commit is contained in:
Otto Winter 2019-02-13 22:52:48 +01:00 committed by GitHub
parent 62b2b23d0b
commit faeb6295b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,4 @@
"""
Support for esphome devices.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/esphome/
"""
"""Support for esphome devices."""
import asyncio
import logging
from typing import Any, Dict, List, Optional, TYPE_CHECKING, Callable