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:
@@ -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)"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user