Files
MoviePilot/app/modules/telegram/capability.toml
2026-08-16 16:07:38 +08:00

23 lines
427 B
TOML

schema_version = 1
id = "TelegramModule"
kind = "host_module"
entrypoint = "app.modules.telegram:TelegramModule"
depends_on = []
[metadata]
name = "Telegram"
type = "notification"
subtype = "Telegram"
priority = 0
[activation]
policy = "when_configured"
watch = ["Notifications"]
[activation.selector]
kind = "system_config_item"
key = "Notifications"
match_field = "type"
match_value = "telegram"
enabled_field = "enabled"