1
0
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:
Erik Montnemery
2026-03-17 11:08:38 +01:00
committed by GitHub
parent 933d123db3
commit fdfe87de4c
47 changed files with 955 additions and 952 deletions

View File

@@ -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,