mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Add better HassJob typing for IntegrationPlatform process_job (#110896)
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user