Adjust device_automation type hints in tasmota (#72201)

pull/72369/head
epenet 2022-05-23 15:00:24 +02:00 committed by GitHub
parent ee5f1b1577
commit 5137e6b18d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ async def async_get_triggers(
async def async_attach_trigger(
hass: HomeAssistant,
config: ConfigType,
action: Callable,
action: AutomationActionType,
automation_info: AutomationTriggerInfo,
) -> CALLBACK_TYPE:
"""Attach a device trigger."""