From 271f627915b14285f0cdc389ec647646f95a9094 Mon Sep 17 00:00:00 2001 From: Jeff Randall Date: Fri, 26 Jan 2024 08:48:50 -0600 Subject: [PATCH] - Revert inadvertent change to the "Learn more about" line - Move the tuner directive into the widget entry --- docs/widgets/services/hdhomerun.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/widgets/services/hdhomerun.md b/docs/widgets/services/hdhomerun.md index 5f991eea..4f3f9a43 100644 --- a/docs/widgets/services/hdhomerun.md +++ b/docs/widgets/services/hdhomerun.md @@ -3,7 +3,7 @@ title: HDHomerun description: HDHomerun Widget Configuration --- -[HDHomerun](https://www.silicondust.com/support/downloads/) +Learn more about [HDHomerun](https://www.silicondust.com/support/downloads/). Allowed fields: `["channels", "hd", "tunerCount", "channelNumber", "channelNetwork", "signalStrength", "signalQuality", "symbolQuality, "networkRate", "clientIP" ]`. @@ -11,10 +11,9 @@ If more than 4 fields are provided, only the first 4 are displayed. The order that fields are configured is preserved for display. ```yaml -tuner: 0 # optional - defaults to 0, used for tuner-specific fields widget: type: hdhomerun url: http://hdhomerun.host.or.ip - refreshInterval: 10000 # optional - minimum of 1 sec, default of 10s + tuner: 0 # optional - defaults to 0, used for tuner-specific fields fields: ["channels", "hd"] # optional - default fields shown ```