mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-06-05 01:36:28 +00:00
507 B
507 B
author, authorURL, title
author | authorURL | title |
---|---|---|
epenet | https://github.com/epenet | Deprecating Data Entry Flow constants |
As of Home Assistant Core 2022.7, all RESULT_TYPE_*
constants for data entry flow result types are deprecated:
RESULT_TYPE_FORM
RESULT_TYPE_CREATE_ENTRY
RESULT_TYPE_ABORT
RESULT_TYPE_EXTERNAL_STEP
RESULT_TYPE_EXTERNAL_STEP_DONE
RESULT_TYPE_SHOW_PROGRESS
RESULT_TYPE_SHOW_PROGRESS_DONE
RESULT_TYPE_MENU
Use the new FlowResultType
enum instead.