mirror of
https://github.com/home-assistant/core.git
synced 2026-04-26 03:39:31 +01:00
Move condition/trigger test helpers to test.components.common (#165777)
This commit is contained in:
@@ -8,7 +8,7 @@ from homeassistant.components.input_boolean import DOMAIN
|
||||
from homeassistant.const import CONF_ENTITY_ID, STATE_OFF, STATE_ON
|
||||
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