mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Update the Selected Pipeline entity name (#126845)
This commit is contained in:
parent
ae102f1318
commit
471c68f653
@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"select": {
|
"select": {
|
||||||
"pipeline": {
|
"pipeline": {
|
||||||
"name": "Assist pipeline",
|
"name": "Assistant",
|
||||||
"state": {
|
"state": {
|
||||||
"preferred": "Preferred"
|
"preferred": "Preferred"
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@ async def test_pipeline_selector(
|
|||||||
) -> None:
|
) -> None:
|
||||||
"""Test assist pipeline selector."""
|
"""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 is not None
|
||||||
assert state.state == "preferred"
|
assert state.state == "preferred"
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ async def test_pipeline_select(
|
|||||||
Functionality is tested in assist_pipeline/test_select.py.
|
Functionality is tested in assist_pipeline/test_select.py.
|
||||||
This test is only to ensure it is set up.
|
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 is not None
|
||||||
assert state.state == "preferred"
|
assert state.state == "preferred"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user