diff --git a/homeassistant/components/cloud/const.py b/homeassistant/components/cloud/const.py index f24f172be36..919a32097b8 100644 --- a/homeassistant/components/cloud/const.py +++ b/homeassistant/components/cloud/const.py @@ -24,7 +24,7 @@ PREF_TTS_DEFAULT_VOICE = "tts_default_voice" DEFAULT_TTS_DEFAULT_VOICE = ("en-US", "female") DEFAULT_DISABLE_2FA = False DEFAULT_ALEXA_REPORT_STATE = False -DEFAULT_GOOGLE_REPORT_STATE = False +DEFAULT_GOOGLE_REPORT_STATE = True DEFAULT_EXPOSED_DOMAINS = [ "climate", "cover", diff --git a/tests/components/cloud/test_http_api.py b/tests/components/cloud/test_http_api.py index 42a498528ce..ab5909c9893 100644 --- a/tests/components/cloud/test_http_api.py +++ b/tests/components/cloud/test_http_api.py @@ -357,7 +357,7 @@ async def test_websocket_status( "alexa_default_expose": None, "alexa_entity_configs": {}, "alexa_report_state": False, - "google_report_state": False, + "google_report_state": True, "remote_enabled": False, "tts_default_voice": ["en-US", "female"], },