diff --git a/.github/assets/add-custom-repo-example.png b/.github/assets/add-custom-repo-example.png
new file mode 100644
index 0000000..31ec4eb
Binary files /dev/null and b/.github/assets/add-custom-repo-example.png differ
diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml
deleted file mode 100644
index 9a90f2a..0000000
--- a/.github/workflows/tagged-release.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: "Auto Release"
-
-on:
- push:
- tags:
- - "v?[0-9]+.[0-9]+.[0-9]+"
-
-jobs:
- tagged-release:
- name: "Tagged Release"
- runs-on: "ubuntu-latest"
-
- steps:
- - uses: "marvinpinto/action-automatic-releases@latest"
- with:
- repo_token: "${{ secrets.GIT_HUB_TOKEN }}"
- prerelease: false
\ No newline at end of file
diff --git a/README.md b/README.md
index 95b544f..09b7e39 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,11 @@
# Alternative Bluesound Integration for Home Assistant
This project is an alternative integration for Bluesound speakers.
+
+
+
[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=aunefyren&repository=bluesound_alt)
+Must be added as a custom repository.
@@ -9,6 +13,9 @@ This project is an alternative integration for Bluesound speakers.
> [!IMPORTANT]
> This integration is built on top of the official one. I did not create all the original source code, but I am developing it further. Everything might not be perfect yet as I am learning and fixing the code. Feel free to open an issue to contribute.
+
+
+
## Main features
* Group variable refreshes properly in Home Assistant
* Group variable works with groups bigger than two
@@ -21,8 +28,16 @@ This project is an alternative integration for Bluesound speakers.
## Installation instructions
The installation within Home Assistant is identical to the official Bluesound integration, but you have to select the platform `bluesound_alt` for your media players.
-1. Install `bluesound_alt` in HACS (might have to be added as a custom repository)
-2. Open the Home Assistant `configuration.yaml` and add the Bluesound media speakers using the `bluesound_alt` platform
+1. Add this repo to HACS as a custom repository
+
+![Alt text](.github/assets/add-custom-repo-example.png)
+
+
+
+2. Install `bluesound_alt` in HACS
+3. Open the Home Assistant `configuration.yaml` and add the Bluesound media speakers using the `bluesound_alt` platform
+
+
`configuration.yaml` example:
```
@@ -39,6 +54,8 @@ media_player:
name: Pulse Flex Office
```
+4. Restart Home Assistant and the devices should be added
+
@@ -73,6 +90,8 @@ cards:
Note that the platform here says `bluesound`. This is because Mini Media Player sort of has Bluesound support, but it doesn't work properly because the official integration is old. By selecting `bluesound` in the card configuration we are using their Bluesound settings with our Bluesound Alt devices.
+
+
Result:
![Alt text](.github/assets/mini-media-player-example.png)