mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add prefix support to text selector (#96830)
This commit is contained in:
@@ -581,6 +581,7 @@ def test_object_selector_schema(schema, valid_selections, invalid_selections) ->
|
||||
({}, ("abc123",), (None,)),
|
||||
({"multiline": True}, (), ()),
|
||||
({"multiline": False, "type": "email"}, (), ()),
|
||||
({"prefix": "before", "suffix": "after"}, (), ()),
|
||||
),
|
||||
)
|
||||
def test_text_selector_schema(schema, valid_selections, invalid_selections) -> None:
|
||||
|
||||
Reference in New Issue
Block a user