diff --git a/matcher.json b/matcher.json index 21667f9..1b827d9 100644 --- a/matcher.json +++ b/matcher.json @@ -20,6 +20,16 @@ "message": 1 } ] + }, + { + "owner": "homeassistant-platform-error-integration-not-found", + "pattern": [ + { + "regexp": "Platform (error) .* - (Integration '.*' not found).$", + "severity": 1, + "message": 2 + } + ] } ] }