mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 14:30:22 +00:00
Update trigger validation message (#126749)
This commit is contained in:
committed by
GitHub
parent
662a704165
commit
33d83e43de
@@ -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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user