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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 50 additions and 162 deletions

View file

@ -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,