mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 12:30:31 +00:00
Remove strict connection (#117933)
This commit is contained in:
@@ -24,7 +24,6 @@ from homeassistant.components.homeassistant.exposed_entities import (
|
||||
ExposedEntities,
|
||||
async_expose_entity,
|
||||
)
|
||||
from homeassistant.components.http.const import StrictConnectionMode
|
||||
from homeassistant.const import CONTENT_TYPE_JSON, __version__ as HA_VERSION
|
||||
from homeassistant.core import HomeAssistant, State
|
||||
from homeassistant.helpers import entity_registry as er
|
||||
@@ -388,7 +387,6 @@ async def test_cloud_connection_info(hass: HomeAssistant) -> None:
|
||||
"connected": False,
|
||||
"enabled": False,
|
||||
"instance_domain": None,
|
||||
"strict_connection": StrictConnectionMode.DISABLED,
|
||||
},
|
||||
"version": HA_VERSION,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user