Standardize homeassistant imports in component tests (m-z) (#136807)

This commit is contained in:
epenet
2025-01-29 08:57:57 +01:00
committed by GitHub
parent a135b4bb43
commit d0a188b86d
100 changed files with 109 additions and 109 deletions

View File

@@ -11,7 +11,7 @@ import pytest
import simplehound.core as hound
from homeassistant.components.image_processing import DOMAIN as IP_DOMAIN, SERVICE_SCAN
import homeassistant.components.sighthound.image_processing as sh
from homeassistant.components.sighthound import image_processing as sh
from homeassistant.const import (
ATTR_ENTITY_ID,
CONF_API_KEY,