You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properly handle exception case if migrating from config v1 to v2 fails
Entities marked as offline by the AC Infinity API will now be marked unavailable in homse assistant.
The AC Infinity API throws errors when trying to update values of an offline controller or device.
Device Controls that are not relevant to the current operating mode (atType) will now be marked unavailable in home assistant.
The AI series of controllers do not support updating values of a non-active device control.
This restriction has also been extended to the basic controllers to prevent issues where the AC Infinity API, which sometimes returns with errors when updating a non-active device control.
There is a few second delay between when updating the operating mode before the associated controls become active.
🔧 Behind the Scenes
Rework calls to update endpoints to more closely match those sent by the Android App