Skip to content

Releases: SecKatie/wyzeapy

0.1.2

02 Jul 13:16
Compare
Choose a tag to compare
Update to fix the threading on the updater service for cameras

0.1.1

02 Jul 12:46
Compare
Choose a tag to compare
fix: Fix for code smells in thermostat_service.py

0.1.0: Api redesign (#15)

01 Jul 17:34
f5a05f4
Compare
Choose a tag to compare
* Redesign is wip.

TODO: Implement update functions for all services

* Update to add new api

* Bump versions

* I think this deserves a minor version bump

* add HVACMode.OFF and remove FanMode.OFF

* bump version

* add on attribute to bulb

* Update to add lock service

* Bump version

* Updates and full tests

* Add on attribute to camera and switch

* fix: Add sensor service to Wyzeapy

* fix: call async_init() on client function

For the async session to exist the client must call async_init() on the net_client

* Update to initialize the hms_service with the hms_id

* fix: Fix for errors

* bump version number

* Update instance method

* Fix updater thread

* Thread fix

* fix for lock/switch switch up

* fix

* Fixed the assertion on color

* Update to fix the temp unit enum

* Bump versions

* Adding logging to the sensor_service.py

* Forgot to start the updater thread

* New way to check for a valid login + fix for no event_loop in the updater thread

* Now i'm just spitballing

* Change to pass in the current event_loop

* Refactor: Updated to move most auth code into the auth_lib module

* Push new version of hms_service.py to test

* Fix

* Fix?

* Update to work on fixing the sonar-cloud scan

* tag to version

* Remove and delete

* Remove move stuff around

* Add lines?

* Add lines

* Fix code smells

0.1.0-beta.23

01 Jul 16:45
Compare
Choose a tag to compare
0.1.0-beta.23 Pre-release
Pre-release
Fix?

0.1.0-beta.22

30 Jun 01:40
Compare
Choose a tag to compare
0.1.0-beta.22 Pre-release
Pre-release
Change to pass in the current event_loop

0.1.0-beta.21

30 Jun 01:27
Compare
Choose a tag to compare
0.1.0-beta.21 Pre-release
Pre-release
Now i'm just spitballing

0.1.0-beta.20

30 Jun 01:10
Compare
Choose a tag to compare
0.1.0-beta.20 Pre-release
Pre-release
New way to check for a valid login + fix for no event_loop in the upd…

0.1.0-beta.19

30 Jun 01:01
Compare
Choose a tag to compare
0.1.0-beta.19 Pre-release
Pre-release
Forgot to start the updater thread

0.1.0-beta.18

30 Jun 00:55
Compare
Choose a tag to compare
0.1.0-beta.18 Pre-release
Pre-release
Adding logging to the sensor_service.py

0.1.0-beta.17

30 Jun 00:40
Compare
Choose a tag to compare
0.1.0-beta.17 Pre-release
Pre-release
Bump versions