mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Update signature of platforms' async_setup_entry (#138201)
This commit is contained in:
@@ -252,7 +252,7 @@ _FUNCTION_MATCH: dict[str, list[TypeHintMatch]] = {
|
||||
arg_types={
|
||||
0: "HomeAssistant",
|
||||
1: "ConfigEntry",
|
||||
2: "AddEntitiesCallback",
|
||||
2: "AddConfigEntryEntitiesCallback",
|
||||
},
|
||||
return_type=None,
|
||||
),
|
||||
|
Reference in New Issue
Block a user