diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..572e5e0 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "Bluesound" + ] +} \ No newline at end of file diff --git a/README.md b/README.md index a00585f..8f3b3e4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# bluesound +# bluesound_alt Custom Bluesound HACS integration diff --git a/custom_components/bluesound/manifest.json b/custom_components/bluesound/manifest.json index efd7dd0..e1fcd19 100644 --- a/custom_components/bluesound/manifest.json +++ b/custom_components/bluesound/manifest.json @@ -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"] diff --git a/custom_components/bluesound/media_player.py b/custom_components/bluesound/media_player.py index 3d8395a..1a4234e 100644 --- a/custom_components/bluesound/media_player.py +++ b/custom_components/bluesound/media_player.py @@ -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