1
0
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:
Joakim Sørensen
2023-11-07 23:52:18 +01:00
committed by GitHub
parent 947ce592c1
commit 2859055b36
7 changed files with 27 additions and 2 deletions

View File

@@ -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",
}