mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Add instance id to the cloud integration (#103162)
This commit is contained in:
@@ -46,6 +46,7 @@ async def test_cloud_system_health(
|
||||
remote_enabled=True,
|
||||
alexa_enabled=True,
|
||||
google_enabled=False,
|
||||
instance_id="12345678901234567890",
|
||||
),
|
||||
),
|
||||
)
|
||||
@@ -70,4 +71,5 @@ async def test_cloud_system_health(
|
||||
"can_reach_cert_server": "ok",
|
||||
"can_reach_cloud_auth": {"type": "failed", "error": "unreachable"},
|
||||
"can_reach_cloud": "ok",
|
||||
"instance_id": "12345678901234567890",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user