diff --git a/homeassistant/components/device_automation/trigger.py b/homeassistant/components/device_automation/trigger.py index 071b82360869..6b64ffcdceca 100644 --- a/homeassistant/components/device_automation/trigger.py +++ b/homeassistant/components/device_automation/trigger.py @@ -48,7 +48,7 @@ class DeviceAutomationTriggerProtocol(Protocol): ) -> dict[str, vol.Schema]: """List trigger capabilities.""" - async def async_get_triggers( + async def async_get_triggers( # type: ignore[override] self, hass: HomeAssistant, device_id: str ) -> list[dict[str, Any]]: """List triggers."""