1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 05:57:01 +00:00

Custom component -> Custom integration (#75404)

This commit is contained in:
Franck Nijhof
2022-07-18 22:10:22 +02:00
committed by GitHub
parent 3144d179e0
commit 7adb0f0ef5
12 changed files with 13 additions and 13 deletions

View File

@@ -183,7 +183,7 @@ async def test_warning_close_session_custom(hass, caplog):
await session.close()
assert (
"Detected integration that closes the Home Assistant aiohttp session. "
"Please report issue to the custom component author for hue using this method at "
"Please report issue to the custom integration author for hue using this method at "
"custom_components/hue/light.py, line 23: await session.close()" in caplog.text
)