1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add name to cloud connection info response (#133468)

This commit is contained in:
Joakim Sørensen
2024-12-18 11:01:38 +01:00
committed by GitHub
parent 90208d2eb1
commit 869a0d7abc
2 changed files with 2 additions and 0 deletions

View File

@@ -441,6 +441,7 @@ async def test_cloud_connection_info(hass: HomeAssistant) -> None:
assert response == {
"instance_id": "12345678901234567890",
"name": "test home",
"remote": {
"alias": None,
"can_enable": True,