From 27fcdd89645476c15a5d299a889e23f715e2f527 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sat, 18 Apr 2026 16:04:36 +0200 Subject: [PATCH] fix: Documentation rebase fuckup -_- --- docs/customservices.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/customservices.md b/docs/customservices.md index 0618920..1430166 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -454,9 +454,10 @@ Displays network monitoring stats (connected devices, alerts, network activity) url: https://my-service.url apikey: "<---insert-api-key-here--->" # endpoint: "https://my-service-api.url" # Optional: alternative base URL used to fetch service data when necessary. - updateInterval: 5000 # (Optional) Interval (in ms) for updating the stats ``` +Auto refresh is supported by this integration. + **API Key**: Get your API key in NetAlertx web interface under **Settings > General > API token** or in your installation documentation. **Note**: NetAlertx is the modern fork/rename of PiAlert. Both integrations are available in Homer for compatibility. @@ -620,14 +621,10 @@ Optionally, use `successCodes` to define which HTTP response status codes should # successCodes: [200, 418] # Optional, default to all 2xx HTTP response status codes # timeout: 500 # Timeout in ms before ping is aborted. Default 2000 # subtitle: "Bookmark example" # By default, request round trip time is displayed when subtitle is not set -<<<<<<< HEAD - # updateInterval: 5000 # (Optional) Interval (in ms) for updating ping status # endpoint: "https://www.wikimediastatus.net" # Optional, will override url for pinging -======= ->>>>>>> c25ffaf (fix: auto update system adjustments) ``` -Auto refresh is supported by this integration. +Auto refresh is supported by this integration. ## Plex