Skip to content

Commit

Permalink
stubbed out for multiple brands feature in HACS
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed Aug 7, 2022
1 parent 564e260 commit d124606
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions custom_components/xantech/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"domain": "xantech",
"name": "Xantech Multi-Zone Amps",
"version": "0.0.8",
"version": "0.0.9",
"documentation": "https://github.com/rsnodgrass/hass-xantech",
"requirements": ["pyxantech>=0.6.6", "ratelimit>=2.2.1"],
"dependencies": [],
"codeowners": ["@rsnodgrass"],
"iot_class": "local_polling"
"iot_class": "local_polling",
"supported_brands": {
"monoprice": "Monoprice",
"daytonaudio": "Dayton Audio",
"sonance": "Sonance"
}
}

0 comments on commit d124606

Please sign in to comment.