aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/customservices.md
diff options
context:
space:
mode:
authorthedroid <thedroid@gmail.com>2023-08-06 14:48:52 -0500
committerGitHub <noreply@github.com>2023-08-06 21:48:52 +0200
commitf682a84e9ffc667c92dd2dac5efaab9d7280540d (patch)
treec39b188698038bbf3b6b9eadc6f75d0d154d80d6 /docs/customservices.md
parentb1fa1d585ab84225247dc1c63087de36bca1b9de (diff)
downloadhomer-f682a84e9ffc667c92dd2dac5efaab9d7280540d.tar.gz
homer-f682a84e9ffc667c92dd2dac5efaab9d7280540d.tar.zst
homer-f682a84e9ffc667c92dd2dac5efaab9d7280540d.zip
PiAlert custom service (#674)
Add Pi Alert custom service
Diffstat (limited to 'docs/customservices.md')
-rw-r--r--docs/customservices.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index ca88d85..cb897a2 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -33,6 +33,7 @@ within Homer:
33 - [SABnzbd](#sabnzbd) 33 - [SABnzbd](#sabnzbd)
34 - [OctoPrint](#octoprint) 34 - [OctoPrint](#octoprint)
35 - [Tdarr](#tdarr) 35 - [Tdarr](#tdarr)
36 - [PiAlert](#pialert)
36 - [Immich](#immich) 37 - [Immich](#immich)
37 38
38If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page. 39If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page.
@@ -413,6 +414,16 @@ for transcoding on your Tdarr instance as well as the number of errored items.
413 checkInterval: 5000 # (Optional) Interval (in ms) for updating the queue & error counts 414 checkInterval: 5000 # (Optional) Interval (in ms) for updating the queue & error counts
414``` 415```
415 416
417## PiAlert
418
419The PiAlert service displays stats from your PiAlert server.
420
421```yaml
422- name: "PiAlert"
423 type: "PiAlert"
424 updateInterval: 5000 # (Optional) Interval (in ms) for updating the stats
425```
426
416## Immich 427## Immich
417 428
418The Immich service displays stats from your Immich server. 429The Immich service displays stats from your Immich server.
@@ -422,4 +433,4 @@ The Immich service displays stats from your Immich server.
422 type: "Immich" 433 type: "Immich"
423 apikey: "<--- Your api key --->" # administrator user 434 apikey: "<--- Your api key --->" # administrator user
424 updateInterval: 5000 # (Optional) Interval (in ms) for updating the stats 435 updateInterval: 5000 # (Optional) Interval (in ms) for updating the stats
425``` \ No newline at end of file 436```