mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Enhancement: extend hdhomerun widget (#2757)
This commit is contained in:
parent
23e697ed4a
commit
05a7c0ff56
5 changed files with 50 additions and 8 deletions
|
@ -5,10 +5,14 @@ description: HDHomerun Widget Configuration
|
|||
|
||||
Learn more about [HDHomerun](https://www.silicondust.com/support/downloads/).
|
||||
|
||||
Allowed fields: `["channels", "hd"]`.
|
||||
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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue