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

@@ -1,6 +1,6 @@
"""The tests for the persistent notification component."""
import homeassistant.components.persistent_notification as pn
from homeassistant.components import persistent_notification as pn
from homeassistant.components.websocket_api import TYPE_RESULT
from homeassistant.core import HomeAssistant
from homeassistant.setup import async_setup_component