mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 05:57:01 +00:00
Allow passing options in config flow entry creation (#49912)
This commit is contained in:
@@ -46,6 +46,7 @@ MOCK_FLOW_RESULT = {
|
||||
"type": data_entry_flow.RESULT_TYPE_CREATE_ENTRY,
|
||||
"title": "test_ps4",
|
||||
"data": MOCK_DATA,
|
||||
"options": {},
|
||||
}
|
||||
|
||||
MOCK_ENTRY_ID = "SomeID"
|
||||
|
||||
Reference in New Issue
Block a user