You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
excludeItemsInEntitiesList: true # Will invert the selection in the `entities` list, so that all players that are not in the list will be used.
117
119
entityPlatform: sonos # will select all entities for this platform. Will override the `entities` list if set.
120
+
# In the visual editor, the "Use Music Assistant" toggle sets entityPlatform: music_assistant
118
121
```
119
122
--> <!-- //#ONLY_SONOS_CARD -->
120
123
<!-- //#ONLY_SONOS_CARD_START -->
@@ -166,6 +169,7 @@ dynamicVolumeSliderMax: 40 # default is 30. Use this to change the max value for
166
169
dynamicVolumeSliderThreshold: 30# default is 20. Use this to change the threshold for the dynamic volume slider.
167
170
entitiesToIgnoreVolumeLevelFor: # default is empty. Use this if you want to ignore volume level for certain players in the player section. Useful if you have a main device with fixed volume.
168
171
- media_player.my_sonos_port_device
172
+
entityPlatform: music_assistant # default is empty.
169
173
predefinedGroups: # defaults to empty. More advanced features in separate section further down.
170
174
- name: Inside
171
175
volume: 15# If you want to set the volume of all speakers when grouping
@@ -383,8 +387,6 @@ inverseGroupMuteState: true # default is false, which means that only if all pla
383
387
volumeStepSize: 1# Use this to change the step size when using volume up/down. Default is to use the step size of Home Assistant's media player integration.
384
388
```
385
389
386
-
<!-- //#ONLY_SONOS_CARD_START -->
387
-
388
390
### Queue Configuration
389
391
390
392
```yaml
@@ -396,8 +398,6 @@ queue:
396
398
selectedItemTextColor: '#000000'# Use this to set a custom text color for the currently playing queue item.
397
399
```
398
400
399
-
<!-- //#ONLY_SONOS_CARD_END -->
400
-
401
401
### Search Configuration
402
402
403
403
The Search section allows you to search for music using the [Music Assistant](https://music-assistant.io/) integration. You must have Music Assistant installed and configured in Home Assistant to use this feature.
@@ -409,9 +409,15 @@ search:
409
409
defaultMediaType: track # default is none. Pre-select a media type (track, artist, album, playlist).
410
410
searchLimit: 50# default is 50. Maximum number of results to show per search.
411
411
autoSearchMinChars: 3# default is 3. Minimum characters before auto-search triggers.
412
-
autoSearchDebounceMs: 1000# default is 1000. Delay in milliseconds before auto-search executes.
413
412
```
414
413
414
+
Queue supports:
415
+
- Sonos queue (native Sonos integration)
416
+
- Music Assistant queue (requires `entityPlatform: music_assistant`)
417
+
418
+
If you use Music Assistant queue, install [mass_queue](https://github.com/droans/mass_queue) from HACS.
419
+
420
+
415
421
**Search Features:**
416
422
- Search for tracks, artists, albums, or playlists
return'Conflicting configuration: only one of useMusicAssistant, showNonSonosPlayers, or entityPlatform can be set at a time. Please fix your configuration.';
0 commit comments