Change the default name of the speech enhancement select for Sonos (#150815)

This commit is contained in:
Pete Sage
2025-08-17 17:41:51 -04:00
committed by GitHub
parent 9f17a8a943
commit 79bbae2fde
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@
},
"select": {
"speech_dialog_level": {
"name": "Dialog level",
"name": "Speech enhancement",
"state": {
"off": "[%key:common::state::off%]",
"low": "[%key:common::state::low%]",

View File

@@ -23,7 +23,7 @@ from .conftest import create_rendering_control_event
from tests.common import async_fire_time_changed
SELECT_DIALOG_LEVEL_ENTITY = "select.zone_a_dialog_level"
SELECT_DIALOG_LEVEL_ENTITY = "select.zone_a_speech_enhancement"
@pytest.fixture(name="platform_select", autouse=True)