Add better HassJob typing for IntegrationPlatform process_job (#110896)
This commit is contained in:
parent
49e9c9dd48
commit
72ccc40c43
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class IntegrationPlatform:
|
|||
"""An integration platform."""
|
||||
|
||||
platform_name: str
|
||||
process_job: HassJob
|
||||
process_job: HassJob[[HomeAssistant, str, Any], Awaitable[None] | None]
|
||||
seen_components: set[str]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue