Missed one
This commit is contained in:
parent
c7d917f582
commit
339b41e296
1 changed files with 2 additions and 4 deletions
|
@ -63,7 +63,7 @@ from .helpers.event import (
|
||||||
RANDOM_MICROSECOND_MIN,
|
RANDOM_MICROSECOND_MIN,
|
||||||
async_call_later,
|
async_call_later,
|
||||||
)
|
)
|
||||||
from .helpers.frame import ReportBehavior, report, report_usage
|
from .helpers.frame import ReportBehavior, report_usage
|
||||||
from .helpers.json import json_bytes, json_bytes_sorted, json_fragment
|
from .helpers.json import json_bytes, json_bytes_sorted, json_fragment
|
||||||
from .helpers.typing import UNDEFINED, ConfigType, DiscoveryInfoType, UndefinedType
|
from .helpers.typing import UNDEFINED, ConfigType, DiscoveryInfoType, UndefinedType
|
||||||
from .loader import async_suggest_report_issue
|
from .loader import async_suggest_report_issue
|
||||||
|
@ -1265,10 +1265,8 @@ class ConfigEntriesFlowManager(
|
||||||
SOURCE_RECONFIGURE,
|
SOURCE_RECONFIGURE,
|
||||||
} and "entry_id" not in context:
|
} and "entry_id" not in context:
|
||||||
# Deprecated in 2024.12, should fail in 2025.12
|
# Deprecated in 2024.12, should fail in 2025.12
|
||||||
report(
|
report_usage(
|
||||||
f"initialises a {source} flow without a link to the config entry",
|
f"initialises a {source} flow without a link to the config entry",
|
||||||
error_if_integration=False,
|
|
||||||
error_if_core=True,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
flow_id = ulid_util.ulid_now()
|
flow_id = ulid_util.ulid_now()
|
||||||
|
|
Loading…
Add table
Reference in a new issue