mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
first version of notification to Home Assistant (#213)
* first working version of notification to Home Assistant * add documentation links * update readme for notify_HA
This commit is contained in:
parent
98e996caa3
commit
e2dbd69c5e
3 changed files with 39 additions and 1 deletions
|
|
@ -147,6 +147,7 @@ Make certain your project directory is laid out as below. You only need the noti
|
|||
│ ├── notify_discord.sh
|
||||
│ ├── notify_generic.sh
|
||||
│ ├── notify_gotify.sh
|
||||
│ ├── notify_HA.sh
|
||||
│ ├── notify_matrix.sh
|
||||
│ ├── notify_ntfy.sh
|
||||
│ ├── notify_pushbullet.sh
|
||||
|
|
@ -190,6 +191,7 @@ If an update becomes available for an item that is not snoozed, notifications wi
|
|||
- Read the [QuickStart](extras/apprise_quickstart.md)
|
||||
- [ntfy](https://ntfy.sh/) - HTTP-based pub-sub notifications.
|
||||
- [Gotify](https://gotify.net/) - a simple server for sending and receiving messages.
|
||||
- [Home Assistant](https://www.home-assistant.io/integrations/notify/) - Connection to the notify [integrations](https://www.home-assistant.io/integrations/#notifications).
|
||||
- [Pushbullet](https://www.pushbullet.com/) - connecting different devices with cross-platform features.
|
||||
- [Telegram](https://telegram.org/) - Telegram chat API.
|
||||
- [Matrix-Synapse](https://github.com/element-hq/synapse) - [Matrix](https://matrix.org/), open, secure, decentralised communication.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue