Remove strict connection (#117933)
This commit is contained in:
parent
6f81852eb4
commit
cb62f4242e
32 changed files with 39 additions and 1816 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue