Bump cloud to 0.47.1 (#55312)

* Bump cloud to 0.47.0

* Bump reqs

* Bump to 0.47.1

* Do not load hass_nabucasa during http startup

* fix some tests

* Fix test

Co-authored-by: Ludeeus <ludeeus@ludeeus.dev>
This commit is contained in:
Paulus Schoutsen 2021-09-01 09:54:54 -07:00 committed by GitHub
parent c68e87c40e
commit 27e29b714c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 66 additions and 31 deletions

View file

@ -62,7 +62,7 @@ class CloudGoogleConfig(AbstractConfig):
@property
def should_report_state(self):
"""Return if states should be proactively reported."""
return self._cloud.is_logged_in and self._prefs.google_report_state
return self.enabled and self._prefs.google_report_state
@property
def local_sdk_webhook_id(self):