From 0bb75a20bfb2a05699609709102b90d61a0889d0 Mon Sep 17 00:00:00 2001 From: Docano Date: Wed, 10 Aug 2022 07:26:58 -0700 Subject: [PATCH] More explicitly mention new entities in README (#32) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7f20ce..9e77ac3 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You will then be redirected to the Sonos website to login with your "normal" Son # Usage -The integration will create new `media_player` entities for each Sonos device in your household. These are created in order to use the `tts._say` and `media_player.play_media` services to play the clips. +The integration will create new `media_player` entities for each Sonos device in your household. You must reference these new `media_player` entities in order to use the `tts._say` and `media_player.play_media` services to play the clips. ## Media Browser & Media Source @@ -113,6 +113,10 @@ data: If you encounter issues playing audio when using this integration, it may be related to one of the following reasons. +## Use the new Sonos entities + +If audio playback does not resume after playing a sound, you may have selected the incorrect entity. The integration will create new `media_player` entities for each Sonos device in your household. You must select these new entities as the target for playback, not the original entities. + ## Device support Some device models may not support the `audioClip` feature or will only provide limited support. For example, some older models on S1 firmware may not support this feature at all. A warning message will be logged during startup for each unsupported device. Other speakers (e.g., Play:1 speakers) may support a stripped-down version of the feature which does not overlay the alert audio on top of playing music, but instead will pause/resume the background audio.