Add a simple Home Assistant integration for Zulip.

This commit is contained in:
ausDensk
2017-02-08 18:43:16 +01:00
committed by Tim Abbott
parent 0578ad1563
commit 14024963f2
11 changed files with 117 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ WEBHOOK_INTEGRATIONS = [
WebhookIntegration('hellosign', display_name='HelloSign'),
WebhookIntegration('helloworld', display_name='Hello World'),
WebhookIntegration('heroku', display_name='Heroku'),
WebhookIntegration('homeassistant', display_name='Home Assistant'),
WebhookIntegration('ifttt', function='zerver.webhooks.ifttt.view.api_iftt_app_webhook', display_name='IFTTT'),
WebhookIntegration('jira', secondary_line_text='(hosted or v5.2+)', display_name='JIRA'),
WebhookIntegration('librato'),