Add minor version to config entries (#105479)
This commit is contained in:
parent
ac656847cb
commit
6908497c3d
67 changed files with 198 additions and 31 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue