mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Add better HassJob typing for IntegrationPlatform process_job (#110896)
This commit is contained in:
parent
49e9c9dd48
commit
72ccc40c43
@ -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…
x
Reference in New Issue
Block a user