mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Fix hass-component-root-import warning in esphome tests (#119883)
This commit is contained in:
parent
dc388c76f9
commit
f5fd389512
@ -14,8 +14,11 @@ from aioesphomeapi import (
|
||||
import pytest
|
||||
|
||||
from homeassistant.components.esphome.dashboard import async_get_dashboard
|
||||
from homeassistant.components.update import DOMAIN as UPDATE_DOMAIN, UpdateEntityFeature
|
||||
from homeassistant.components.update.const import SERVICE_INSTALL
|
||||
from homeassistant.components.update import (
|
||||
DOMAIN as UPDATE_DOMAIN,
|
||||
SERVICE_INSTALL,
|
||||
UpdateEntityFeature,
|
||||
)
|
||||
from homeassistant.const import (
|
||||
ATTR_ENTITY_ID,
|
||||
ATTR_SUPPORTED_FEATURES,
|
||||
|
Loading…
x
Reference in New Issue
Block a user