diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-07-11 22:07:15 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-07-11 22:07:15 +0200 |
commit | ce391840e58d04f74ca1d411a4686801fc1a1a70 (patch) | |
tree | f4e460cf4348d618a0d5733d0cca19dd9d58463a /docs/customservices.md | |
parent | 5609315fe77da5441a9c3dda8d92c0ffe9f1bf17 (diff) | |
download | homer-ce391840e58d04f74ca1d411a4686801fc1a1a70.tar.gz homer-ce391840e58d04f74ca1d411a4686801fc1a1a70.tar.zst homer-ce391840e58d04f74ca1d411a4686801fc1a1a70.zip |
Documentation update
Diffstat (limited to 'docs/customservices.md')
-rw-r--r-- | docs/customservices.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index efe8ca4..6a54400 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -19,6 +19,7 @@ within Homer: | |||
19 | + [Emby / Jellyfin](#emby--jellyfin) | 19 | + [Emby / Jellyfin](#emby--jellyfin) |
20 | + [Uptime Kuma](#uptime-kuma) | 20 | + [Uptime Kuma](#uptime-kuma) |
21 | + [Tautulli](#tautulli) | 21 | + [Tautulli](#tautulli) |
22 | + [Mealie](#mealie) | ||
22 | 23 | ||
23 | If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page. | 24 | If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page. |
24 | 25 | ||
@@ -223,3 +224,8 @@ endpoint pointing to Tautulli! | |||
223 | type: "Tautulli" | 224 | type: "Tautulli" |
224 | apikey: "MY-SUPER-SECRET-API-KEY" | 225 | apikey: "MY-SUPER-SECRET-API-KEY" |
225 | ``` | 226 | ``` |
227 | |||
228 | ## Mealie | ||
229 | |||
230 | First off make sure to remove an existing `subtitle` as it will take precedence if set. | ||
231 | Setting `type: "Mealie"` will then show the number of recipes Mealie is keeping organized or the planned meal for today if one is planned. You will have to set an API key in the field `apikey` which can be created in your Mealie installation. | ||