mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +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
|
import pytest
|
||||||
|
|
||||||
from homeassistant.components.esphome.dashboard import async_get_dashboard
|
from homeassistant.components.esphome.dashboard import async_get_dashboard
|
||||||
from homeassistant.components.update import DOMAIN as UPDATE_DOMAIN, UpdateEntityFeature
|
from homeassistant.components.update import (
|
||||||
from homeassistant.components.update.const import SERVICE_INSTALL
|
DOMAIN as UPDATE_DOMAIN,
|
||||||
|
SERVICE_INSTALL,
|
||||||
|
UpdateEntityFeature,
|
||||||
|
)
|
||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
ATTR_ENTITY_ID,
|
ATTR_ENTITY_ID,
|
||||||
ATTR_SUPPORTED_FEATURES,
|
ATTR_SUPPORTED_FEATURES,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user