mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 04:05:06 +02:00
Fix updated file header (#21049)
This commit is contained in:
@@ -1,9 +1,4 @@
|
|||||||
"""
|
"""Support for esphome devices."""
|
||||||
Support for esphome devices.
|
|
||||||
|
|
||||||
For more details about this component, please refer to the documentation at
|
|
||||||
https://home-assistant.io/components/esphome/
|
|
||||||
"""
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import logging
|
import logging
|
||||||
from typing import Any, Dict, List, Optional, TYPE_CHECKING, Callable
|
from typing import Any, Dict, List, Optional, TYPE_CHECKING, Callable
|
||||||
|
Reference in New Issue
Block a user