Blink Battery Level Integration

Is it possible to integrate sensor for Blink Battery Level? Now we can see only if battery status is ok.
Attached is configuration log from ha and the data is available. Please add it for catalina and for xt2 models.

"cameras": {
      "Esterna": {
        "name": "Esterna",
        "camera_id": "",
        "serial": "**REDACTED**",
        "version": "10.64",
        "temperature": null,
        "temperature_c": null,
        "temperature_calibrated": 43,
        "battery": "ok",
        **"battery_level": 2,**
        "thumbnail": "",
        "video": "",
        "recent_clips": [],
        "motion_enabled": true,
        "motion_detected": false,
        "wifi_strength": 3,
        "network_id": ,
        "sync_module": "Esterno",
        "sync_signal_strength": 1,
        "last_record": "",
        "type": "catalina"
      },

It looks like the data is there. You should be able to see it something like
cameras.Esterna[battery]
in the json string.

Yes, I think so.
But battery_level is not visible as Entity right now.

That likely means the device is not exporting it.

There are links in the pinned post where you can ask for hardware updates from some of the integrations. What is exported from the device is not part of what HA does, the device has to provide it.

Feature Request Guidelines :notebook_with_decorative_cover: - Feature Requests - Home Assistant Community.

Wait, battery_level is there now. If that is in the JSON string use that. Or did you put that there?

How to do that?