Skip to content

Releases: jinnatar/python-cozify

v0.2.5 - API version & documentation update

02 Sep 09:51
Compare
Choose a tag to compare

Compatibility update to match Cozify Hub API version 1.6. Also contains a basic start for better documentation and minor stability and error logging improvements.

v0.2.4 - API version update

26 Apr 14:31
Compare
Choose a tag to compare
Pre-release

Compatibility update to match Cozify Hub API 1.4

v0.2.3 - better state storage

06 Apr 13:54
Compare
Choose a tag to compare
Pre-release

Now follows XDG specifications for storing config data, should make it easier to start using the library for the first time. If you want to migrate your old config:

mkdir -p ~/.config/python-cozify
chmod 700 ~/.config/python-cozify
mv ~/.config/python-cozify.cfg ~/.config/python-cozify/python-cozify.cfg

v0.2.2 - Token failure detection

01 Apr 18:18
Compare
Choose a tag to compare
Pre-release

Detect expired tokens and trigger relevant refreshes. Do note that this may require you to go enter your OTP password.

v0.2.1 - auth robustness

05 Mar 22:11
Compare
Choose a tag to compare
Pre-release

Improves on authentication flow robustness and allows recovery from human errors during setup. Also multisensor now pulls timestamp of data point for more accurate data timing.

v0.2 - The Basics

23 Feb 20:06
Compare
Choose a tag to compare
v0.2 - The Basics Pre-release
Pre-release

Basic authentication and device data query, i.e. The Basics