Add missing import

This commit is contained in:
abmantis
2025-10-14 17:43:18 +01:00
parent c08bbbdf4c
commit 7541c291d5

View File

@@ -6,6 +6,7 @@ from homeassistant.components import automation
from homeassistant.const import (
ATTR_LABEL_ID,
CONF_CONDITION,
CONF_OPTIONS,
CONF_STATE,
CONF_TARGET,
STATE_OFF,
@@ -19,7 +20,6 @@ from homeassistant.setup import async_setup_component
from tests.common import MockConfigEntry
@pytest.fixture(autouse=True, name="stub_blueprint_populate")
def stub_blueprint_populate_autouse(stub_blueprint_populate: None) -> None:
"""Stub copying the blueprints to the config folder."""