1
0
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:
Franck Nijhof
2021-05-06 07:14:01 +02:00
committed by GitHub
parent 465161b38c
commit 177317a345
7 changed files with 81 additions and 2 deletions

View File

@@ -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"