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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user