Skip to content

Commit

Permalink
Rename to alt
Browse files Browse the repository at this point in the history
  • Loading branch information
aunefyren committed Jan 30, 2024
1 parent 879ed88 commit 914dcfc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"Bluesound"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# bluesound
# bluesound_alt
Custom Bluesound HACS integration
2 changes: 1 addition & 1 deletion custom_components/bluesound/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "bluesound",
"name": "Bluesound",
"codeowners": ["@thrawnarn"],
"codeowners": ["@aunefyren"],
"documentation": "https://www.home-assistant.io/integrations/bluesound",
"iot_class": "local_polling",
"requirements": ["xmltodict==0.13.0"]
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bluesound/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
ATTR_BLUESOUND_GROUP = "bluesound_group"
ATTR_MASTER = "master"

DATA_BLUESOUND = "bluesound"
DATA_BLUESOUND = "bluesound_alt"
DEFAULT_PORT = 11000

NODE_OFFLINE_CHECK_TIMEOUT = 180
Expand Down

0 comments on commit 914dcfc

Please sign in to comment.