Add generic classes BaseFlowHandler and BaseFlowManager (#111814)
* Add generic classes BaseFlowHandler and BaseFlowManager * Migrate zwave_js * Update tests * Update tests * Address review comments
This commit is contained in:
parent
3a8b6412ed
commit
a0e558c457
25 changed files with 341 additions and 273 deletions
|
@ -147,13 +147,11 @@ async def test_legacy_subscription_repair_flow(
|
|||
|
||||
flow_id = data["flow_id"]
|
||||
assert data == {
|
||||
"version": 1,
|
||||
"type": "create_entry",
|
||||
"flow_id": flow_id,
|
||||
"handler": DOMAIN,
|
||||
"description": None,
|
||||
"description_placeholders": None,
|
||||
"minor_version": 1,
|
||||
}
|
||||
|
||||
assert not issue_registry.async_get_issue(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue