mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 12:30:31 +00:00
Add FlowResultType enum to data entry flow (#72955)
This commit is contained in:
@@ -220,6 +220,12 @@ _OBSOLETE_IMPORT: dict[str, list[ObsoleteImportMatch]] = {
|
||||
constant=re.compile(r"^SOURCE_(\w*)$"),
|
||||
),
|
||||
],
|
||||
"homeassistant.data_entry_flow": [
|
||||
ObsoleteImportMatch(
|
||||
reason="replaced by FlowResultType enum",
|
||||
constant=re.compile(r"^RESULT_TYPE_(\w*)$"),
|
||||
),
|
||||
],
|
||||
"homeassistant.helpers.device_registry": [
|
||||
ObsoleteImportMatch(
|
||||
reason="replaced by DeviceEntryDisabler enum",
|
||||
|
||||
Reference in New Issue
Block a user