Add minor version to config entries (#105479)

This commit is contained in:
Erik Montnemery 2023-12-12 08:44:35 +01:00 committed by GitHub
parent ac656847cb
commit 6908497c3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
67 changed files with 198 additions and 31 deletions

View file

@ -532,6 +532,7 @@ async def test_create_account(
"description": None,
"description_placeholders": None,
"options": {},
"minor_version": 1,
}
@ -609,6 +610,7 @@ async def test_two_step_flow(
"description": None,
"description_placeholders": None,
"options": {},
"minor_version": 1,
}
@ -942,6 +944,7 @@ async def test_two_step_options_flow(hass: HomeAssistant, client) -> None:
"version": 1,
"description": None,
"description_placeholders": None,
"minor_version": 1,
}