mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Hotfix ruff warnings
This commit is contained in:
parent
2175754a1f
commit
25d1480f2a
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user