You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
592 B
19 lines
592 B
---
|
|
title: HDHomerun
|
|
description: HDHomerun Widget Configuration
|
|
---
|
|
|
|
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.
|
|
|
|
```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
|
|
```
|