mirror of
https://github.com/home-assistant/core.git
synced 2026-04-24 02:39:02 +01:00
Move condition/trigger test helpers to test.components.common (#165777)
This commit is contained in:
@@ -7,7 +7,7 @@ import pytest
|
||||
from homeassistant.const import CONF_ENTITY_ID, STATE_HOME, STATE_NOT_HOME
|
||||
from homeassistant.core import HomeAssistant, ServiceCall
|
||||
|
||||
from tests.components import (
|
||||
from tests.components.common import (
|
||||
TriggerStateDescription,
|
||||
arm_trigger,
|
||||
assert_trigger_behavior_any,
|
||||
|
||||
Reference in New Issue
Block a user