IPMI was removed from my HA by the core update 2026.7.0

HA running in docker container on my NAS.

I had added shell commands to my configuration.yaml in the previous version to control an old Dell server via IPMI with the onboard Dell BMC 1.5. (ie: Status with a sh command, and direct commands for power on, off, and shutdown)

The core removed my ipmi install and sh script. it wont let me put it back.

The current ipmi connector in hacs does not work without encryption, as to why I ran this from the shell commands.

I don't want to add ipmi to the nas, and prefer to contain it in HA.

Any solutions?