From dc78e134ff82de4ab1851c0df85f871f3978ee0c Mon Sep 17 00:00:00 2001 From: Lars Werner Date: Tue, 25 Aug 2020 19:40:49 +0200 Subject: [PATCH] --- squeezelite/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/squeezelite/README.md b/squeezelite/README.md index 260d19cf49c..4d817710786 100644 --- a/squeezelite/README.md +++ b/squeezelite/README.md @@ -2,7 +2,7 @@ ## ๐Ÿ“„ Description Runs the [Squeezelite](https://github.com/ralph-irving/squeezelite) player as standalone on home assistant. \ -Note that the player only works on x86/x64 systems (Like a NUC or normal PCs, not Raspberrys etc) since my scripting skills are limited. +Note that the player only works on x86/x64 systems (Like a NUC or normal PCs, not Raspberrys etc) since my scripting skills are limited. \ Plugin rely on compiled version from [here](https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/) ## ๐Ÿ’ต Support me: @@ -10,10 +10,10 @@ Plugin rely on compiled version from [here](https://sourceforge.net/projects/lms ![](https://github.com/large/raw/master/assets/imgs/paypal_logo.jpg) [**PayPal**](https://paypal.me/mrlarswerner) ## ๐Ÿท Install -1. Add this url to your hass.io addons repos: \ +1. Add this url to your hass.io addons repos (Supervisor -> Add-on store -> three dots upper right): \ `https://github.com/large/hassio-addons` -2. Update addons list. -3. Install this Squeezelite. +2. Update addons list . +3. Install Squeezelite. ## ๐Ÿงฐ How to use 1. Install add-on. @@ -24,16 +24,16 @@ Plugin rely on compiled version from [here](https://sourceforge.net/projects/lms Following parameters are available and must be set: \ ```name```: Displayname for the player (only english ascii supported) \ ```output```: Audio output (where you want the music to play). Please check the log after startup for a list of possible outputs \ -```clientmac```: A "dummy mac" to make the player unique. There should not be 2 players in a squeezeserver with equial mac, that mess things up. \ +```clientmac```: A "dummy mac" to make the player unique. There should not be 2 players in a squeezeserver with equial mac, that mess things up. Optional: \ ```server```: Host or IP to link this squeezelite player. If not set autodiscover will be used and join the first server it sees. \ -```log_level```: Only debug is available here (only used during development) \ +```log_level```: Only debug is available here (only used during development) Default config is: \ ```name```: Home Assistant Squeezelite \ ```output```: default \ -```clientmac```: '0A:0B:0C:0D:0E:0F' \ +```clientmac```: '0A:0B:0C:0D:0E:0F' ## ๐Ÿงท Urls [Add-on link](https://github.com/large/hassio-addons/tree/master/squeezelite)