mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 06:20:07 +00:00
Add missing import
This commit is contained in:
@@ -6,6 +6,7 @@ from homeassistant.components import automation
|
|||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
ATTR_LABEL_ID,
|
ATTR_LABEL_ID,
|
||||||
CONF_CONDITION,
|
CONF_CONDITION,
|
||||||
|
CONF_OPTIONS,
|
||||||
CONF_STATE,
|
CONF_STATE,
|
||||||
CONF_TARGET,
|
CONF_TARGET,
|
||||||
STATE_OFF,
|
STATE_OFF,
|
||||||
@@ -19,7 +20,6 @@ from homeassistant.setup import async_setup_component
|
|||||||
from tests.common import MockConfigEntry
|
from tests.common import MockConfigEntry
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(autouse=True, name="stub_blueprint_populate")
|
@pytest.fixture(autouse=True, name="stub_blueprint_populate")
|
||||||
def stub_blueprint_populate_autouse(stub_blueprint_populate: None) -> None:
|
def stub_blueprint_populate_autouse(stub_blueprint_populate: None) -> None:
|
||||||
"""Stub copying the blueprints to the config folder."""
|
"""Stub copying the blueprints to the config folder."""
|
||||||
|
|||||||
Reference in New Issue
Block a user