Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Releases: mkmer/AIOAladdinConnect

0.2.0 New API

19 Feb 20:26
81cd888
Compare
Choose a tag to compare

Update to the new AladdinConnect API
Remove eventsocket.

Release 0.1.58

07 Sep 13:35
Compare
Choose a tag to compare

Added doors property to assist HA diagnostic platform.

limit eventsocket reset

08 Aug 15:32
Compare
Choose a tag to compare

Address eventsocket reconnecting multiple times for a data failure - only reset the event socket on the first failure.

Remove await from callbacks

13 Feb 21:57
Compare
Choose a tag to compare

Refactored HA callback to non async. Remove await

Catch task error

01 Feb 13:55
Compare
Choose a tag to compare

Some condition caused task to be None after testing for None. try/catch in eventsocket addresses the situation.

Address error message from socket

26 Jan 20:22
Compare
Choose a tag to compare

rather than =401, look for !=200 to trigger the connection error

Import error class

18 Jan 00:04
Compare
Choose a tag to compare

Incorrectly referenced ConnectionError addressed

External session for eventsocket

10 Jan 13:41
Compare
Choose a tag to compare

Fixup errors on 0.1.51 release of external session for eventsocket

Use session for websocket

10 Jan 12:29
Compare
Choose a tag to compare

Use passed in session id for the websocket. No need to create a second session

remove short reconnect delay

02 Jan 19:23
Compare
Choose a tag to compare

Shouldn't have added short reconnect delay for this application.