mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 22:40:44 +00:00
Enable mypy checks for homekit_controller (#65358)
This commit is contained in:
@@ -76,7 +76,7 @@ class TriggerSource:
|
||||
|
||||
async def async_attach_trigger(
|
||||
self,
|
||||
config: TRIGGER_SCHEMA,
|
||||
config: ConfigType,
|
||||
action: AutomationActionType,
|
||||
automation_info: AutomationTriggerInfo,
|
||||
) -> CALLBACK_TYPE:
|
||||
|
||||
Reference in New Issue
Block a user