mirror of
https://github.com/home-assistant/core.git
synced 2025-09-11 15:51:47 +02:00
Change the default name of the speech enhancement select for Sonos (#150815)
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
},
|
},
|
||||||
"select": {
|
"select": {
|
||||||
"speech_dialog_level": {
|
"speech_dialog_level": {
|
||||||
"name": "Dialog level",
|
"name": "Speech enhancement",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"low": "[%key:common::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
|
@@ -23,7 +23,7 @@ from .conftest import create_rendering_control_event
|
|||||||
|
|
||||||
from tests.common import async_fire_time_changed
|
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)
|
@pytest.fixture(name="platform_select", autouse=True)
|
||||||
|
Reference in New Issue
Block a user