diff --git a/docs/examples/Sonos display.md b/docs/examples/Sonos display.md index 9e8411ad..c0042c4a 100644 --- a/docs/examples/Sonos display.md +++ b/docs/examples/Sonos display.md @@ -137,7 +137,7 @@ sensor: Here you define your Sonos speaker entities. Master speaker has to be entered as first entity and all that's actually needed. Active slave speakers will dynamically be added on HA restart or when group configuration is changed (via Sonos app/HA service calls eg.) If you're only using one speaker, you still need to create the group in `groups.yaml` and populate with that single master speaker entity, as the group entity is needed in the code. **One note on master speaker, slaves and Sonos groups**
-You're defined master speaker actually doesn't need to be ***the*** master speaker. As long as it's part of the group (master ***or*** slave), then display will still show data for the group. But if defined master speaker is removed from the group, it will be a 'single speaker group' on it's own, and display will reflect master speaker data only. +Your defined master speaker actually doesn't need to be ***the*** master speaker. As long as it's part of the group (master ***or*** slave), then display will still show data for the group. But if defined master speaker is removed from the group, it will be a 'single speaker group' on it's own, and display will reflect master speaker data only. ```yaml sonos_all: name: sonos_all @@ -418,11 +418,11 @@ _[@htvekov](https://github.com/htvekov)_ \ No newline at end of file