Hotfix ruff warnings

This commit is contained in:
Franck Nijhof 2025-06-13 18:09:05 +00:00
parent 2175754a1f
commit 25d1480f2a
No known key found for this signature in database
GPG Key ID: AB33ADACE7101952

View File

@ -258,7 +258,7 @@ async def test_async_connect(
hass: HomeAssistant, hmip_config_entry: MockConfigEntry, simple_mock_home hass: HomeAssistant, hmip_config_entry: MockConfigEntry, simple_mock_home
) -> None: ) -> None:
"""Test async_connect.""" """Test async_connect."""
hass.config.components.add(DOMAIN) hass.config.components.add(HMIPC_DOMAIN)
hap = HomematicipHAP(hass, hmip_config_entry) hap = HomematicipHAP(hass, hmip_config_entry)
assert hap assert hap