Enable Google Assistant state reporting by default (#63801)

This commit is contained in:
Erik Montnemery 2022-01-10 13:18:40 +01:00 committed by GitHub
parent 77d22c8542
commit 0b28881b75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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"],
},