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
|
|
@ -32,7 +32,7 @@
|
|||
## All commented values are examples only. Modify as needed.
|
||||
##
|
||||
## Uncomment the line below and specify the notification channels you wish to enable in a space separated string
|
||||
# NOTIFY_CHANNELS="apprise discord DSM generic gotify matrix ntfy pushbullet pushover slack smtp telegram"
|
||||
# NOTIFY_CHANNELS="apprise discord DSM generic HA gotify matrix ntfy pushbullet pushover slack smtp telegram"
|
||||
#
|
||||
## Uncomment the line below and specify the number of seconds to delay notifications to enable snooze
|
||||
# SNOOZE_SECONDS=86400
|
||||
|
|
@ -57,6 +57,10 @@
|
|||
# GOTIFY_DOMAIN="https://gotify.domain.tld"
|
||||
# GOTIFY_TOKEN="token-value"
|
||||
#
|
||||
# HA_ENTITY="entity"
|
||||
# HA_TOKEN="token"
|
||||
# HA_URL="https://your.homeassistant.url"
|
||||
#
|
||||
# MATRIX_ACCESS_TOKEN="token-value"
|
||||
# MATRIX_ROOM_ID="myroom"
|
||||
# MATRIX_SERVER_URL="https://matrix.yourdomain.tld"
|
||||
|
|
@ -82,3 +86,4 @@
|
|||
# TELEGRAM_CHAT_ID="mychatid"
|
||||
# TELEGRAM_TOKEN="token-value"
|
||||
# TELEGRAM_TOPIC_ID="0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue