Improve formatting of package errors (#103976)
This commit is contained in:
parent
86f87262ed
commit
98030a9ce1
8 changed files with 94 additions and 16 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue