Skip to content

Commit

Permalink
🚀 Release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperb1iss committed Aug 12, 2024
1 parent ecb9be2 commit ae295a3
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.7"],
"version": "0.3.0"
"loggers": [
"signalrgb"
],
"requirements": [
"signalrgb==0.9.7"
],
"version": "0.4.0"
}

0 comments on commit ae295a3

Please sign in to comment.