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

Cleanup of unused connection_class logic (#49865)

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
Franck Nijhof
2021-04-29 23:12:58 +02:00
committed by GitHub
parent db886ef03a
commit c68b259bd3
53 changed files with 50 additions and 162 deletions

View File

@@ -8,7 +8,6 @@ from axis.event_stream import OPERATION_INITIALIZED
import pytest
import respx
from homeassistant import config_entries
from homeassistant.components import axis
from homeassistant.components.axis.const import (
CONF_EVENTS,
@@ -283,7 +282,6 @@ async def setup_axis_integration(hass, config=ENTRY_CONFIG, options=ENTRY_OPTION
config_entry = MockConfigEntry(
domain=AXIS_DOMAIN,
data=deepcopy(config),
connection_class=config_entries.CONN_CLASS_LOCAL_PUSH,
options=deepcopy(options),
version=3,
unique_id=FORMATTED_MAC,