Hotfix ruff warnings

pull/146764/head
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
1 changed files with 1 additions and 1 deletions

View File

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