Skip to content

Commit

Permalink
🚀 Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperb1iss committed Jul 28, 2024
1 parent dbe7786 commit 48cccfc
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions custom_components/signalrgb/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 48cccfc

Please sign in to comment.