I’m trying to put together automated AI log management. Using the AI Task
It seems previous posts method are not possible anymore.
Accessing the log files via shell_command:
Not supported anymore
REST_API: /api/error_log REST API | Home Assistant Developer Docs Gives 404 error not found. and does not seem to work even if listed as part of official integration.
Simply using shell command “ha core logs” does not work when runnning as an automation for me.
How can I get the logs piped into AI task in 2026?