1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Change name to entity_id Text platform error messages (#87963)

This commit is contained in:
G Johansson
2023-02-13 12:51:38 +01:00
committed by GitHub
parent ea94a2fbfd
commit 896dd1a36b
2 changed files with 4 additions and 4 deletions

View File

@@ -61,5 +61,5 @@ async def test_text_node(
)
assert str(err.value) == (
f"Value {value} for Text Node 1 1 is too long (maximum length 25)"
f"Value {value} for text.text_node_1_1 is too long (maximum length 25)"
)