mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add Google Report State (#27112)
* Add Google Report State * UPDATE codeowners" * Add config option for dev mode * update library * lint * Bug fixes
This commit is contained in:
committed by
Pascal Vizeli
parent
3e99743244
commit
f184bf4d85
@@ -33,7 +33,9 @@ SUBSCRIPTION_INFO_URL = "https://api-test.hass.io/subscription_info"
|
||||
@pytest.fixture()
|
||||
def mock_auth():
|
||||
"""Mock check token."""
|
||||
with patch("hass_nabucasa.auth.CognitoAuth.check_token"):
|
||||
with patch(
|
||||
"hass_nabucasa.auth.CognitoAuth.async_check_token", side_effect=mock_coro
|
||||
):
|
||||
yield
|
||||
|
||||
|
||||
@@ -357,6 +359,7 @@ async def test_websocket_status(
|
||||
"google_secure_devices_pin": None,
|
||||
"alexa_entity_configs": {},
|
||||
"alexa_report_state": False,
|
||||
"google_report_state": False,
|
||||
"remote_enabled": False,
|
||||
},
|
||||
"alexa_entities": {
|
||||
|
||||
Reference in New Issue
Block a user