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:
parent
3e99743244
commit
f184bf4d85
26 changed files with 510 additions and 56 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue