mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 08:35:15 +02:00
Tweak docstring
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user