DoorBird feature request - restart

So I’m coming from Indigo and the plugin that had the option to restart the DoorBird. The DoorBird will restart automatically once a day. The issue is, it is every 24 hours and 30 minutes. When the DoorBird is performing the automatic daily restart, there is no video and the unit is not useable at all. So I scheduled a daily reboot in the middle of the night. The DoorBird integration in Home Assistant doesn’t appear to support this. Is this something that can be added?

https://www.doorbird.com/downloads/api_lan.pdf?rev=0.31

RESTART
Restarts the device. There will be no diagnostic sound (e.g. “successfully connected
to internet”) after this restart.
Method: GET
Required permission: valid user, API operator permission
Syntax:
http:///bha-api/restart.cgi
Example Request:
http:///bha-api/restart.cgi
Return:
HTTP/1.0 200 OK\r\n
\r\n
HTTP status codes:
200 – OK
401 – Authentication required
503 – device is busy (e.g. currently installing an firmware update)

I’m willing to offer a bounty if someone is interested in taking this up. With the API documented from DoorBird (as listed above) it should be fairly easy for someone to implement it that knows Python and the Home Assistant environment.