Currently seeing this in my logs:
Copy
TypeError: 'NoneType' object is not subscriptable
With 50+ scrape sensors, how am I supposed to know which one failed?
Key Issues:
- No entity identification in error messages
- Missing context about what actually failed
- Can’t trace which automation/script is affected
- Basic error messages without actionable information
- Multiple identical entities make troubleshooting impossible
- No way to track error history
Simple Feature Request:
- Add entity ID to all error logs
- Include last successful state/value
- Show which integrations/automations are impacted
- Add error counters per entity
- Basic error tracking interface in UI
Would save hours of debugging and make Home Assistant maintenance much easier for everyone. Especially important for users with many similar entities (scrape, REST, etc.).
#logging #troubleshooting #ui-enhancement debugging