1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Change todo move API to reference previous uid (#102795)

This commit is contained in:
Allen Porter
2023-10-26 09:43:10 -07:00
committed by GitHub
parent c741b8cbd1
commit af9cae289f
8 changed files with 131 additions and 69 deletions

View File

@@ -2469,7 +2469,7 @@ _INHERITANCE_MATCH: dict[str, list[ClassTypeHintMatch]] = {
function_name="async_move_todo_item",
arg_types={
1: "str",
2: "int",
2: "str | None",
},
return_type="None",
),