From ed1fe7898408dd46758ec2e4302d8c9554c6af06 Mon Sep 17 00:00:00 2001 From: Joshua Glemza Date: Sat, 14 Oct 2023 22:13:45 -0400 Subject: [PATCH] Create drivers README.md --- drivers/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 drivers/README.md diff --git a/drivers/README.md b/drivers/README.md new file mode 100644 index 0000000..ee3ac27 --- /dev/null +++ b/drivers/README.md @@ -0,0 +1,16 @@ +# Mattermost + +This is a quick and dirty driver to send messages to a [Mattermost](https://mattermost.com/) server via an [incoming webhook](https://developers.mattermost.com/integrate/webhooks/incoming/). + +## Requirements + +* Mattermost Incoming Webhook URL + +## Installation + +* Drivers Code -> New Driver -> Import URL: https://github.com/jglemza/hubitat/raw/main/drivers/mattermost.groovy +* Go to Devices section and + Add Device -> Virtual +* Enter a Device Name (e.g., Mattermost hubitat channel) +* Set the Type to Mattermost +* Save Device +* Edit your new device and set its preferences (i.e., Webhook URL)