Cleanup of unused connection_class logic (#49865)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
parent
db886ef03a
commit
c68b259bd3
53 changed files with 50 additions and 162 deletions
|
@ -3,7 +3,6 @@ from homepluscontrol.homeplusinteractivemodule import HomePlusInteractiveModule
|
|||
from homepluscontrol.homeplusplant import HomePlusPlant
|
||||
import pytest
|
||||
|
||||
from homeassistant import config_entries
|
||||
from homeassistant.components.home_plus_control.const import DOMAIN
|
||||
|
||||
from tests.common import MockConfigEntry
|
||||
|
@ -35,7 +34,6 @@ def mock_config_entry():
|
|||
},
|
||||
},
|
||||
source="test",
|
||||
connection_class=config_entries.CONN_CLASS_LOCAL_POLL,
|
||||
options={},
|
||||
system_options={"disable_new_entities": False},
|
||||
unique_id=DOMAIN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue