^^^^^^^^^^^^^^^^^^ - Wrote tests for setting changes - Upgraded to correct version of socketio_client3, fixing Issue 4 - Added switchOn, switchOff, lock, and unlock command line arguments - Now including abodecl with package for Issue 2 - Modified abodepy to also execute abodecl as part of its main method.
0.6.0
^^^^^^^^^^^^^^^^^^ - Added settings changes for Issue 1 - Merge pull request 4 from amelchio/origin-slash
0.5.1
^^^^^^^^^^^^^^^^^^ - Now referencing forked socketIO_client3.
0.5.0
^^^^^^^^^^^^^^^^^^ - Fixed socketio errors. Apparently Abode updated to Socket IO 2.0 which was broken with socketio_client 0.7.2. Someone luckily fixed it in their own git repo so I am now referencing their git repo in which they released 0.7.3.
0.4.0
^^^^^^^^^^^^^^^^^^ - Rewrote a lot of the SocketIO code to better handle connection errors. - Now manages to recover from connection errors cleanly and shutdown is smoother. - Added additional logging statements throughout. - Added --verbose command line argument to output info-level abodepy logs.
0.3.0
^^^^^^^^^^^^^^^^^^ - More tests - Cleaner code (thanks pylint) - Likely ready to start implementing in HASS