Fix hass-component-root-import warning in esphome tests (#119883)

This commit is contained in:
epenet 2024-06-18 12:39:36 +02:00 committed by GitHub
parent dc388c76f9
commit f5fd389512
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,