We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2175754 commit 25d1480Copy full SHA for 25d1480
tests/components/homematicip_cloud/test_hap.py
@@ -258,7 +258,7 @@ async def test_async_connect(
258
hass: HomeAssistant, hmip_config_entry: MockConfigEntry, simple_mock_home
259
) -> None:
260
"""Test async_connect."""
261
- hass.config.components.add(DOMAIN)
+ hass.config.components.add(HMIPC_DOMAIN)
262
hap = HomematicipHAP(hass, hmip_config_entry)
263
assert hap
264
0 commit comments