Adjust device_automation type hints in tasmota (#72201)
parent
ee5f1b1577
commit
5137e6b18d
|
@ -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."""
|
||||
|
|
Loading…
Reference in New Issue