Skip to content

Commit

Permalink
More explicitly mention new entities in README (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Docano authored Aug 10, 2022
1 parent 91fa726 commit 0bb75a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<platform>_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.<platform>_say` and `media_player.play_media` services to play the clips.

## Media Browser & Media Source

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 0bb75a2

Please sign in to comment.