get_error_log
Retrieve and analyze Home Assistant error logs to identify errors, warnings, and integration mentions for effective troubleshooting and issue resolution.
Instructions
Get the Home Assistant error log for troubleshooting
Returns: A dictionary containing: - log_text: The full error log text - error_count: Number of ERROR entries found - warning_count: Number of WARNING entries found - integration_mentions: Map of integration names to mention counts - error: Error message if retrieval failed
Examples: Returns errors, warnings count and integration mentions Best Practices: - Use this tool when troubleshooting specific Home Assistant errors - Look for patterns in repeated errors - Pay attention to timestamps to correlate errors with events - Focus on integrations with many mentions in the log
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |