Address small review comments in ESPHome (#85770)
This commit is contained in:
parent
686258acd5
commit
9415e7e51b
3 changed files with 5 additions and 9 deletions
|
@ -4,7 +4,6 @@ from __future__ import annotations
|
|||
import asyncio
|
||||
from datetime import timedelta
|
||||
import logging
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
import aiohttp
|
||||
from esphome_dashboard_api import ConfiguredDevice, ESPHomeDashboardAPI
|
||||
|
@ -13,9 +12,6 @@ from homeassistant.core import HomeAssistant, callback
|
|||
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
||||
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator
|
||||
|
||||
if TYPE_CHECKING:
|
||||
pass
|
||||
|
||||
KEY_DASHBOARD = "esphome_dashboard"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue