A Hubitat Elevation notification driver to send notficiation messages to an HTTP URL.
This driver is the counterpart to my MagicMirror² module named MMM-HomeAutomationNotifications for displaying notifications. However the implementation is not specific to MagicMirror and can be used for any kind of notification target.
- Notification URL: (Required) Where to send your notifications to.
- Query String: (Optional) Any query parameters you want to send. Use
::MSG::as a placeholder for the notification message.
Only the message will be URL encoded before it's sent. If your query string needs encoding you will need to do that on your own.
| Preference | Value |
|---|---|
| Notification URL | http://magicmirror:8080/MMM-HomeAutomationNotifications |
| Query String | type=WARNING&message=::MSG:: |
- Add a virtual device and select HTTP Notifications as the type.
- Configure the device to set your preferences.
- Now you can select the device as your target for text notifications in an app such as the built-in Notifications app.
