From 98f446fd859094f89aeba4fc9633ab1afe110e1e Mon Sep 17 00:00:00 2001 From: Nicolas RIGNAULT Date: Wed, 21 Jan 2026 23:23:13 +0100 Subject: [PATCH] update customservices readme --- docs/customservices.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/customservices.md b/docs/customservices.md index 9f94ce1..a244a8d 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -24,6 +24,7 @@ Available services are located in `src/components/`: - [Glances](#glances) - [Gotify](#gotify) - [Healthchecks](#healthchecks) +- [Hyper HDR](#hyper-hdr) - [Home Assistant](#home-assistant) - [Immich](#immich) - [Jellystat](#jellystat) @@ -283,6 +284,17 @@ http: - "https://your-homer-domain.com" ``` +## Hyper HDR + +Display Hyper HDR instance name and status. + +```yaml +- name: "HyperHDR" + type: "HyperHDR" + logo: "assets/tools/sample.png" + url: https://my-service.url +``` + ## Immich Displays user count, photo/video counts, and storage usage from your Immich server.