I had setup the HA Tasker plugin to send HA commands from my Android Automation software (MacroDroid). Everything worked, specifically arming and disarming my Abode alarm system. However, I then joined the beta program for HA, and after the upgrade I could no longer control HA with the Tasker plugin.
After leaving the beta program and downgrading back to 102.3, the Tasker plugin started working again. It looks like there will be an upcoming change in HA that breaks the Tasker plugin.
After upgrading to the new 103.0 code, I had the same issue. However, I think it’s a function of what default values were being used. When I added JSON code to the routine which specified which alarm panel entity I wanted armed or disarmed, it worked.
I’m guessing that the previous HA API code was actually performing those actions on all alarm panels without the JSON code, but since I only have one, it worked. The newer API required me to get specific.