Skip to content

Commit

Permalink
Add Beosound A5 to manual config flow
Browse files Browse the repository at this point in the history
Add Beosound A5 to documentation
  • Loading branch information
mj23000 committed Apr 28, 2023
1 parent 74b3061 commit f1790d5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Devices that have been tested and _should_ work without any trouble are:

- [Beolab 28](https://www.bang-olufsen.com/en/dk/speakers/beolab-28)
- [Beosound 2 3rd gen](https://www.bang-olufsen.com/en/dk/speakers/beosound-2)
- [Beosound A5](https://www.bang-olufsen.com/en/dk/speakers/beosound-a5)
- [Beosound A9 5th gen](https://www.bang-olufsen.com/en/dk/speakers/beosound-a9)
- [Beosound Balance](https://www.bang-olufsen.com/en/dk/speakers/beosound-balance)
- [Beosound Emerge](https://www.bang-olufsen.com/en/dk/speakers/beosound-emerge)
Expand Down
1 change: 1 addition & 0 deletions custom_components/bangolufsen/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class ModelEnum(StrEnum):

beolab_28 = "BeoLab 28"
beosound_2 = "Beosound 2 3rd Gen"
beosound_a5 = "Beosound A5"
beosound_a9 = "Beosound A9 5th Gen"
beosound_balance = "Beosound Balance"
beosound_emerge = "Beosound Emerge"
Expand Down
20 changes: 10 additions & 10 deletions custom_components/bangolufsen/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "bangolufsen",
"name": "Bang & Olufsen",
"codeowners": ["@mj23000"],
"config_flow": true,
"documentation": "https://github.com/bang-olufsen/bangolufsen-hacs",
"iot_class": "local_push",
"issue_tracker": "https://github.com/bang-olufsen/bangolufsen-hacs/issues",
"requirements": ["mozart-api==2.5.3.123.0"],
"version": "1.0.1",
"zeroconf": ["_bangolufsen._tcp.local."]
"domain": "bangolufsen",
"name": "Bang & Olufsen",
"codeowners": ["@mj23000"],
"config_flow": true,
"documentation": "https://github.com/bang-olufsen/bangolufsen-hacs",
"iot_class": "local_push",
"issue_tracker": "https://github.com/bang-olufsen/bangolufsen-hacs/issues",
"requirements": ["mozart-api==2.5.3.123.0"],
"version": "1.0.2",
"zeroconf": ["_bangolufsen._tcp.local."]
}

0 comments on commit f1790d5

Please sign in to comment.