From 54e15830d36915fc2f11aaed781d069e3a70d7ab Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 14 Mar 2022 16:45:20 +0100 Subject: [PATCH] Annotate missing integration error (#58) --- matcher.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + } + ] } ] }