mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Enable Google Assistant state reporting by default (#63801)
This commit is contained in:
parent
77d22c8542
commit
0b28881b75
@ -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",
|
||||
|
@ -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"],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user