Fix hass-component-root-import warning in esphome tests (#119883)
This commit is contained in:
parent
dc388c76f9
commit
f5fd389512
1 changed files with 5 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue