homepage/docs/widgets/services/hdhomerun.md

19 lines
592 B
Markdown
Raw Normal View History

2023-10-06 21:01:37 -07:00
---
title: HDHomerun
description: HDHomerun Widget Configuration
---
2024-01-24 14:27:47 -08:00
Learn more about [HDHomerun](https://www.silicondust.com/support/downloads/).
Allowed fields: `["channels", "hd", "tunerCount", "channelNumber", "channelNetwork", "signalStrength", "signalQuality", "symbolQuality", "networkRate", "clientIP" ]`.
If more than 4 fields are provided, only the first 4 are displayed.
2023-10-06 21:01:37 -07:00
```yaml
widget:
type: hdhomerun
url: http://hdhomerun.host.or.ip
tuner: 0 # optional - defaults to 0, used for tuner-specific fields
fields: ["channels", "hd"] # optional - default fields shown
2023-10-06 21:01:37 -07:00
```