Update trigger validation message (#126749)
This commit is contained in:
parent
662a704165
commit
33d83e43de
3 changed files with 3 additions and 3 deletions
|
@ -2601,7 +2601,7 @@ async def test_validate_config_works(
|
|||
(
|
||||
"triggers",
|
||||
{"platform": "non_existing", "event_type": "hello"},
|
||||
"Invalid platform 'non_existing' specified",
|
||||
"Invalid trigger 'non_existing' specified",
|
||||
),
|
||||
# Raises vol.Invalid
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue