mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27: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."""
|
"""An integration platform."""
|
||||||
|
|
||||||
platform_name: str
|
platform_name: str
|
||||||
process_job: HassJob
|
process_job: HassJob[[HomeAssistant, str, Any], Awaitable[None] | None]
|
||||||
seen_components: set[str]
|
seen_components: set[str]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user