Enable mypy checks for homekit_controller (#65358)

This commit is contained in:
Jc2k 2022-02-01 11:27:35 +00:00 committed by GitHub
parent ab17f8984b
commit dd5bcafab7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 14 additions and 18 deletions

View file

@ -76,7 +76,7 @@ class TriggerSource:
async def async_attach_trigger(
self,
config: TRIGGER_SCHEMA,
config: ConfigType,
action: AutomationActionType,
automation_info: AutomationTriggerInfo,
) -> CALLBACK_TYPE: