Hi All,
I’ve been trying to get some insights in my notification budget within Home Assistant.
Setting homeassistant.components.notify.mobile_app: info
in the logger component does provide the information I’m after in the logs, but I cannot get this information in a sensor (template or otherwise).
Logline of interest:
INFO (MainThread) [homeassistant.components.mobile_app.notify] mobile_app push notification rate limits for A41: 230 sent, 500 allowed, 0 errors, resets in 4:39:43
I’ve tried extracting the information from the logs using an event sensor (event_type: system_log_event
), but the problem is that it can only access warning and error levels.
Since the information is clearly present within home assistant, could this please be exposed as a sensor ?