Skip to content

Releases: djtimca/hagooglewifi

Change async_forward_entry_setup to async_forward_entry_setups

06 Jul 22:04
Compare
Choose a tag to compare

Update based on warning in HA 2024.7 - change from iteratively calling async_forward_entry_setup to calling all platforms via async_forward_entry_setups.

Note: Does not resolve the issue with authentication.

Update call to async_forward_entry_setup for 2024.7

04 Jul 16:56
Compare
Choose a tag to compare

Update to await the call to async_forward_entry_setup for HA 2024.7

Does not address the outstanding issue related to authentication. That will require a rebuild to Oauth2 which will need help still from another developer.

Move state_class to class attribute

28 Feb 22:49
Compare
Choose a tag to compare

As per direction from Home Assistant devs. Moved state_class to class attribute.

Bumped api version, add state_class to sensors

28 Feb 15:48
Compare
Choose a tag to compare

Bumped API version to fix ProtoBuf dependency issues and conflict with Google Home integration. Added state_class to sensors to allow for graphing over time.

Update GRPCIO Requirements for Future Releases

31 May 13:22
c0e2486
Compare
Choose a tag to compare

Fixes issue #74 to correct errors related to GRPCIO as HomeAssistant continues to increase it's dependencies.

Upate GRPCIO Dependency

25 Apr 16:48
87350ab
Compare
Choose a tag to compare

Update dependency for GRPCIO in release.

Fix issue with GRPCIO conflict. Adds Brazilian Portuguese translation.

07 Apr 15:04
87350ab
Compare
Choose a tag to compare

Fixes issue with 2022.04 releases with GRPCIO version conflict. Thanks to @kreene1987
Adds Brazilian Portuguese translation. Thanks to @LeandroIssa

Update dependencies for new HA versions, bump Google API

01 Mar 16:56
Compare
Choose a tag to compare

Fixes GRPIO dependency issue introduced with latest beta version (Closes Issue #59).
Bumps Google API version for error identified in #61. (Closes #61)

Fix device_state_attributes, extend timeout, and fix keyerror.

18 Jan 15:19
Compare
Choose a tag to compare

Fixes device_state_attributes issue #54.
Bumps api version to fix operation keyerror #56.
Includes grpc to fix api install issue on latest version of HA.

Fix KeyError issues when devices disappear from the cloud

07 Sep 17:39
Compare
Choose a tag to compare

Fix the KeyError issues that appeared when devices disappeared from the cloud history.