Upgrade to use new version of HASS-nabucasa (#30506)

* Upgrade to use new version of HASS-nabucasa

* Update hass-nabucasa to 0.31
This commit is contained in:
Paulus Schoutsen 2020-01-07 13:25:57 +01:00 committed by Pascal Vizeli
parent 6dc49a44d9
commit c963128306
10 changed files with 31 additions and 45 deletions

View file

@ -28,7 +28,6 @@ async def test_constructor_loads_info_from_config(hass):
"user_pool_id": "test-user_pool_id",
"region": "test-region",
"relayer": "test-relayer",
"google_actions_sync_url": "http://test-google_actions_sync_url",
"subscription_info_url": "http://test-subscription-info-url",
"cloudhook_create_url": "http://test-cloudhook_create_url",
"remote_api_url": "http://test-remote_api_url",
@ -46,7 +45,6 @@ async def test_constructor_loads_info_from_config(hass):
assert cl.user_pool_id == "test-user_pool_id"
assert cl.region == "test-region"
assert cl.relayer == "test-relayer"
assert cl.google_actions_sync_url == "http://test-google_actions_sync_url"
assert cl.subscription_info_url == "http://test-subscription-info-url"
assert cl.cloudhook_create_url == "http://test-cloudhook_create_url"
assert cl.remote_api_url == "http://test-remote_api_url"