I am trying to create a dashboard that gives me an overview of issues currently in my HA ( Systeembeheerdersdashboard in Dutch). Unavailable entities, system log errors, system health, and more. All at a glance, so maintaining the system becomes even easier.
To display a card on the dashboard with only system errors, I need a sensor that filters out the errors in the system log and carry them (max 10 errors to hold). I have searched the documentation, but it seems that this is not possible atm. The system_log integration seems to have actions and events, but not a sensor functionality.
Therefore my request is this: add sensor functionality to the platform of system_log .
( If someone knows a different solution to what I am trying to build, please let me know; I’m open to learn )