Improve formatting of package errors (#103976)

This commit is contained in:
Erik Montnemery 2023-11-16 09:08:47 +01:00 committed by GitHub
parent 86f87262ed
commit 98030a9ce1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 94 additions and 16 deletions

View file

@ -380,7 +380,7 @@ async def test_package_invalid(hass: HomeAssistant) -> None:
warning = CheckConfigError(
(
"Package p1 setup failed. Component group cannot be merged. Expected a "
"Package p1 setup failed. Integration group cannot be merged. Expected a "
"dict."
),
"homeassistant.packages.p1.group",