Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion source/_integrations/sonos.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The `sonos` integration allows you to control your [Sonos](https://www.sonos.com

## Feature controls & sensors

Speaker-level controls are exposed as `number` or `switch` entities. Additionally, various `sensor` and `binary_sensor` entities are provided.
Speaker-level controls are exposed as `number`, `select` or `switch` entities. Additionally, various `sensor` and `binary_sensor` entities are provided.

### Controllable features

Expand All @@ -45,6 +45,14 @@ Speaker-level controls are exposed as `number` or `switch` entities. Additionall
- **Home theater devices**: Audio Input Format
- **Voice-enabled devices**: Microphone Enabled

### Select

The following select entities are created:

- **Dialog Level**
Lets you set the dialog mode on your **Sonos Arc Ultra** soundbar. You can choose from None, Low, Medium, High, or Max.


### Battery support notes

Battery sensors are fully supported for the `Sonos Roam` and `Sonos Move` devices on S2 firmware. `Sonos Move` speakers still on S1 firmware are supported but may update infrequently.
Expand Down