Skip to content

Commit

Permalink
Update version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering committed Nov 29, 2024
1 parent cd9bf34 commit ca4d9a1
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions custom_components/huesyncbox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"domain": "huesyncbox",
"name": "Philips Hue Play HDMI Sync Box",

"codeowners": [
"@mvdwetering"
],
Expand All @@ -11,8 +10,14 @@
"integration_type": "device",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/mvdwetering/huesyncbox/issues",
"loggers": ["aiohuesyncbox"],
"requirements": ["aiohuesyncbox==0.0.30"],
"version": "0.0.0",
"zeroconf": ["_huesync._tcp.local."]
}
"loggers": [
"aiohuesyncbox"
],
"requirements": [
"aiohuesyncbox==0.0.30"
],
"version": "2.5.0",
"zeroconf": [
"_huesync._tcp.local."
]
}

0 comments on commit ca4d9a1

Please sign in to comment.