Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adrgumula authored Jul 2, 2023
1 parent fa6f464 commit 3967233
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The goal of this tutorial is to pair arbitrary bluetooth speaker and use with an

Used installation:
- Proxmox
- Home Assitant (Supervisioned version)
- Home Assitant (Supervisioned version) (I've being using current Home Assistant 2023.6.3 -> Supervisor 2023.06.4 -> Operating System 10.3)
- any bluetooth spearker without auto-shutdown funciton when inactive (not playing for a longer time). Iv'e used **Xiaomi Mi Compact Bluetooth Speaker 2**
- https://mi-home.pl/cdn/shop/products/2591_micompactbluetoothspeaker2-640px-hero_5b1911e4-9fdb-489b-b76e-d159d0e9ba1f.png?v=1679760040&width=1440![image](https://github.com/adrgumula/HomeAssitantBluetoothSpeaker/assets/70687019/de2e95d6-f66e-44f2-b67e-652a76e82886)

Expand All @@ -17,7 +17,7 @@ I. Connection:
5. Loging into the HA using termina: login@IP_Adress
6. Type: **bluetoothctl**
7. Type: **scan on**
8. Switch on your BT speaker & paring mode
8. Switch on your BT speaker & enter it into paring mode
9. Check on the console if your BT speaker was detected (by name of MAC adress)
10. Type: **pair** MAC_ADRESS (for example: pair 00:11:22:33:44:55)
11. Type: **trust** MAC_ADRESS (for example: trust 00:11:22:33:44:55)
Expand All @@ -37,8 +37,8 @@ II. Installing requied add-ons & integrations

III. Testing
1. Go to **Developers Tools** and **Services** and enter followings :
a. **Service**: Media player: Play media
b. **Target**: Search for VLC and select your one
c. **Content type**: music
d. **Content ID**: _/local/your.mp3_ (files your.mp3 should be located at the local/www/ folder of your HA installation)
e. Press **Call-Service**
a. **Service**: Media player: Play media
c. **Target**: Search for VLC and select your one
c. **Content type**: music
d. **Content ID**: _/local/your.mp3_ (files your.mp3 should be located at the local/www/ folder of your HA installation)
e. Press **Call-Service**

0 comments on commit 3967233

Please sign in to comment.