revert: revert SMS (Telnyx) platform adapter for review

This reverts commit ef67037f8e.
This commit is contained in:
Teknium 2026-03-17 02:53:30 -07:00 committed by GitHub
parent ef67037f8e
commit fd61ae13e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 4 additions and 645 deletions

View file

@ -252,7 +252,6 @@ def show_status(args):
"Signal": ("SIGNAL_HTTP_URL", "SIGNAL_HOME_CHANNEL"),
"Slack": ("SLACK_BOT_TOKEN", None),
"Email": ("EMAIL_ADDRESS", "EMAIL_HOME_ADDRESS"),
"SMS": ("TELNYX_API_KEY", "SMS_HOME_CHANNEL"),
}
for name, (token_var, home_var) in platforms.items():