To add to Tom’s note above. I have a Fujitsu mini-split and have been controlling it exclusively with Hubitat for a bit now. @tomw did some great work to ensure that it would still work with this new Broadlink integration as its device manager.
Using version 0.23 of the HVAC manager with one small code change, I continue to be able to control my mini-split.
The change required was on the child app code, on line 777. It must be updated to point to this driver instead of the previous Broadlink (Beta) one:
input "transmitterDevice", "device.BroadlinkRemote", title: " Select a Transmitter device", required: false, multiple: false, submitOnChange: false
In Bold is the change required, but the line above can also replace the current line 777.
Once the Broadlink app/driver is installed, and the code change above has been made, I was able to go to the existing “RC HVAC Manager (Beta)”’s child app and just select this Boradlink driver. (With the change, the old one won’t appear, but the new one will.) After this, everything worked as before.