Skip to content

Commit c9868ab

Browse files
rbdixonfrenck
authored andcommitted
Documentation for new Sonos service sonos_set_option. (home-assistant#4107)
This service can control Sonos Night Sound and Speech Enhancement modes.
1 parent 1a6e71f commit c9868ab

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

source/_components/media_player.sonos.markdown

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Clear the sleep timer on a speaker, if one is set.
109109

110110
### {% linkable_title Service `sonos_update_alarm` %}
111111

112-
Update an existing sonos alarm.
112+
Update an existing Sonos alarm.
113113

114114
| Service data attribute | Optional | Description |
115115
| ---------------------- | -------- | ----------- |
@@ -119,3 +119,15 @@ Update an existing sonos alarm.
119119
| `volume` | yes | Float for volume level.
120120
| `enabled` | yes | Boolean for whether or not to enable this alarm.
121121
| `include_linked_zones` | yes | Boolean that defines if the alarm also plays on grouped players.
122+
123+
### {% linkable_title Service `sonos_set_option` %}
124+
125+
Set Sonos speaker options.
126+
127+
Night Sound and Speech Enhancement modes are only supported on Sonos PLAYBAR and PLAYBASE speakers when playing from the TV source. Other speaker types will ignore these options.
128+
129+
| Service data attribute | Optional | Description |
130+
| ---------------------- | -------- | ----------- |
131+
| `entity_id` | no | String or list of `entity_id`s that will have their options set.
132+
| `night_sound` | yes | Boolean to control Night Sound mode.
133+
| `speech_enhance` | yes | Boolean to control Speech Enhancement mode.

0 commit comments

Comments
 (0)