From 1553100179503a47f5d12df969c8416f86682c09 Mon Sep 17 00:00:00 2001 From: PeteRager Date: Thu, 14 Aug 2025 14:37:40 -0400 Subject: [PATCH 1/3] feat: add speech enhancement select --- source/_integrations/sonos.markdown | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/source/_integrations/sonos.markdown b/source/_integrations/sonos.markdown index 7cae6b2e9bc8..0f604aedd972 100644 --- a/source/_integrations/sonos.markdown +++ b/source/_integrations/sonos.markdown @@ -30,12 +30,12 @@ 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 - **All devices**: Alarms, Bass, Treble, Loudness, Crossfade, Status Light, Touch Controls -- **Home theater devices**: Audio Delay ("Lip Sync"), Night Sound, Speech Enhancement, Surround Enabled, Surround Music Full Volume ("Full/Ambient"), Surround Level ("TV Level"), Music Surround Level +- **Home theater devices**: Audio Delay ("Lip Sync"), Night Sound, Speech Enhancement Enabled, Surround Enabled, Surround Music Full Volume ("Full/Ambient"), Surround Level ("TV Level"), Music Surround Level - **When paired with a sub**: Subwoofer Enabled, Subwoofer Gain, Subwoofer Crossover Frequency (Sonos Amp only) ### Sensors @@ -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: + +- **Speech Enhancement** + Lets you set the speech enhancement mode on your **Sonos Arc Ultra**. 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. From b92473d997962f1b10e6230f687fd96f8dd3ff5b Mon Sep 17 00:00:00 2001 From: PeteRager Date: Thu, 14 Aug 2025 14:40:48 -0400 Subject: [PATCH 2/3] fix: adjust name --- source/_integrations/sonos.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/sonos.markdown b/source/_integrations/sonos.markdown index 0f604aedd972..aaf2b85b3b80 100644 --- a/source/_integrations/sonos.markdown +++ b/source/_integrations/sonos.markdown @@ -49,8 +49,8 @@ Speaker-level controls are exposed as `number`, `select` or `switch` entities. A The following select entities are created: -- **Speech Enhancement** - Lets you set the speech enhancement mode on your **Sonos Arc Ultra**. You can choose from None, Low, Medium, High, or Max. +- **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 From ebf41e1114eb834ba57ae7ef52296b658eeffb15 Mon Sep 17 00:00:00 2001 From: PeteRager Date: Thu, 14 Aug 2025 14:41:09 -0400 Subject: [PATCH 3/3] fix: adjust name --- source/_integrations/sonos.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/sonos.markdown b/source/_integrations/sonos.markdown index aaf2b85b3b80..52eec562cb69 100644 --- a/source/_integrations/sonos.markdown +++ b/source/_integrations/sonos.markdown @@ -35,7 +35,7 @@ Speaker-level controls are exposed as `number`, `select` or `switch` entities. A ### Controllable features - **All devices**: Alarms, Bass, Treble, Loudness, Crossfade, Status Light, Touch Controls -- **Home theater devices**: Audio Delay ("Lip Sync"), Night Sound, Speech Enhancement Enabled, Surround Enabled, Surround Music Full Volume ("Full/Ambient"), Surround Level ("TV Level"), Music Surround Level +- **Home theater devices**: Audio Delay ("Lip Sync"), Night Sound, Speech Enhancement, Surround Enabled, Surround Music Full Volume ("Full/Ambient"), Surround Level ("TV Level"), Music Surround Level - **When paired with a sub**: Subwoofer Enabled, Subwoofer Gain, Subwoofer Crossover Frequency (Sonos Amp only) ### Sensors