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/).
|
2024-01-22 13:26:15 -05:00
|
|
|
|
2024-01-26 12:57:08 -06:00
|
|
|
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:
|
2023-10-17 23:26:55 -07:00
|
|
|
type: hdhomerun
|
|
|
|
url: http://hdhomerun.host.or.ip
|
2024-01-26 12:57:08 -06:00
|
|
|
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
|
|
|
```
|