Releases: djtimca/hagooglewifi
Change async_forward_entry_setup to async_forward_entry_setups
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
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
As per direction from Home Assistant devs. Moved state_class to class attribute.
Bumped api version, add state_class to sensors
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
Fixes issue #74 to correct errors related to GRPCIO as HomeAssistant continues to increase it's dependencies.
Upate GRPCIO Dependency
Update dependency for GRPCIO in release.
Fix issue with GRPCIO conflict. Adds Brazilian Portuguese translation.
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
Fix device_state_attributes, extend timeout, and fix keyerror.
Fix KeyError issues when devices disappear from the cloud
Fix the KeyError issues that appeared when devices disappeared from the cloud history.