Tweak docstring

This commit is contained in:
Erik
2023-02-22 08:21:15 +01:00
parent 3c3223199e
commit c31f790fc3

View File

@@ -42,7 +42,8 @@ DATA_PLUGGABLE_ACTIONS = "pluggable_actions"
class TriggerProtocol(Protocol):
"""Define the format of trigger modules.
Each module must define either TRIGGER_SCHEMA or async_validate_trigger_config.
Each module must define either TRIGGER_SCHEMA or async_validate_trigger_config
from TriggerProtocol.
"""
TRIGGER_SCHEMA: vol.Schema