From 9a00f118f1e98b7805b22bea09df1231f49d19fa Mon Sep 17 00:00:00 2001 From: sudoxnym <76703581+sudoxnym@users.noreply.github.com> Date: Thu, 9 May 2024 19:29:47 -0600 Subject: [PATCH] Update manifest.json --- custom_components/saas/manifest.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/custom_components/saas/manifest.json b/custom_components/saas/manifest.json index 2d4c322..527c40f 100644 --- a/custom_components/saas/manifest.json +++ b/custom_components/saas/manifest.json @@ -7,7 +7,6 @@ "documentation": "https://www.github.com/sudoxnym/saas", "iot_class": "local_push", "issue_tracker": "https://www.github.com/sudoxnym/saas/issues", - "quality_scale": "silver", - "requirements": ["pyhaversion", "paho-mqtt"], - "version": "0.0.2" -} \ No newline at end of file + "version": "0.0.2", + "logo": "logo.png" +}