mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Move HomematicIP Cloud fixture to integration test (#112987)
* Move HomematicIP Cloud fixture to integration test * Update tests/components/homematicip_cloud/helper.py * Update tests/components/homematicip_cloud/helper.py --------- Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
parent
3c06fbbd82
commit
f8d1232598
@ -28,8 +28,7 @@ from tests.common import load_fixture
|
||||
HAPID = "3014F7110000000000000001"
|
||||
HAPPIN = "5678"
|
||||
AUTH_TOKEN = "1234"
|
||||
HOME_JSON = "homematicip_cloud.json"
|
||||
FIXTURE_DATA = load_fixture(HOME_JSON)
|
||||
FIXTURE_DATA = load_fixture("homematicip_cloud.json", "homematicip_cloud")
|
||||
|
||||
|
||||
def get_and_check_entity_basics(hass, mock_hap, entity_id, entity_name, device_model):
|
||||
|
Loading…
x
Reference in New Issue
Block a user