From 94b16da90f0b6863255fb5fdbfee554e28c82045 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Wed, 4 Dec 2024 22:58:45 +0100 Subject: [PATCH] Set command_line quality scale to legacy (#132306) --- homeassistant/components/command_line/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/command_line/manifest.json b/homeassistant/components/command_line/manifest.json index 3e76cf4a6a6261..2a54f500504f37 100644 --- a/homeassistant/components/command_line/manifest.json +++ b/homeassistant/components/command_line/manifest.json @@ -4,5 +4,6 @@ "codeowners": ["@gjohansson-ST"], "documentation": "https://www.home-assistant.io/integrations/command_line", "iot_class": "local_polling", + "quality_scale": "legacy", "requirements": ["jsonpath==0.82.2"] }