mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Force root import of references from other components (#125816)
* Force root import of references from other components * Improve * Adjust * Tweak exceptions * Another * Another * Another * Another * Another * Another * Another * Another * Another * Another * Another * Another * Adjust * More * Ignore violations in test * Improve
This commit is contained in:
@@ -11,6 +11,8 @@ import pytest
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components import logbook, recorder
|
||||
|
||||
# pylint: disable-next=hass-component-root-import
|
||||
from homeassistant.components.alexa.smart_home import EVENT_ALEXA_SMART_HOME
|
||||
from homeassistant.components.automation import EVENT_AUTOMATION_TRIGGERED
|
||||
from homeassistant.components.logbook.models import EventAsRow, LazyEventPartialState
|
||||
|
||||
Reference in New Issue
Block a user