Update trigger validation message (#126749)

This commit is contained in:
Joost Lekkerkerker 2024-09-25 15:33:03 +02:00 committed by GitHub
parent 662a704165
commit 33d83e43de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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
(