Update the Selected Pipeline entity name (#126845)
This commit is contained in:
parent
9a7254e4ee
commit
b60e6082f7
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"select": {
|
||||
"pipeline": {
|
||||
"name": "Assist pipeline",
|
||||
"name": "Assistant",
|
||||
"state": {
|
||||
"preferred": "Preferred"
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ async def test_pipeline_selector(
|
|||
) -> None:
|
||||
"""Test assist pipeline selector."""
|
||||
|
||||
state = hass.states.get("select.test_assist_pipeline")
|
||||
state = hass.states.get("select.test_assistant")
|
||||
assert state is not None
|
||||
assert state.state == "preferred"
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ async def test_pipeline_select(
|
|||
Functionality is tested in assist_pipeline/test_select.py.
|
||||
This test is only to ensure it is set up.
|
||||
"""
|
||||
state = hass.states.get("select.192_168_1_210_assist_pipeline")
|
||||
state = hass.states.get("select.192_168_1_210_assistant")
|
||||
assert state is not None
|
||||
assert state.state == "preferred"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue