Enable mypy checks for homekit_controller (#65358)
This commit is contained in:
parent
ab17f8984b
commit
dd5bcafab7
8 changed files with 14 additions and 18 deletions
|
@ -76,7 +76,7 @@ class TriggerSource:
|
|||
|
||||
async def async_attach_trigger(
|
||||
self,
|
||||
config: TRIGGER_SCHEMA,
|
||||
config: ConfigType,
|
||||
action: AutomationActionType,
|
||||
automation_info: AutomationTriggerInfo,
|
||||
) -> CALLBACK_TYPE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue