From 48cccfcf5cf1a0537ba4e323607a47e0a3a89f78 Mon Sep 17 00:00:00 2001 From: Stefanie Jane Date: Sat, 27 Jul 2024 20:56:45 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=20version=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/signalrgb/manifest.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/custom_components/signalrgb/manifest.json b/custom_components/signalrgb/manifest.json index 0669803..7aa8f9b 100644 --- a/custom_components/signalrgb/manifest.json +++ b/custom_components/signalrgb/manifest.json @@ -1,12 +1,18 @@ { "domain": "signalrgb", "name": "SignalRGB", - "codeowners": ["@hyperb1iss"], + "codeowners": [ + "@hyperb1iss" + ], "config_flow": true, "documentation": "https://github.com/hyperb1iss/signalrgb-homeassistant", "iot_class": "assumed_state", "issue_tracker": "https://github.com/hyperb1iss/signalrgb-homeassistant/issues", - "loggers": ["signalrgb"], - "requirements": ["signalrgb==0.9.6"], - "version": "0.2.5" + "loggers": [ + "signalrgb" + ], + "requirements": [ + "signalrgb==0.9.6" + ], + "version": "0.3.0" }