diff --git a/docs/widgets/services/peanut.md b/docs/widgets/services/peanut.md new file mode 100644 index 00000000..433bedbc --- /dev/null +++ b/docs/widgets/services/peanut.md @@ -0,0 +1,15 @@ +--- +title: PeaNUT +description: PeaNUT Widget Configuration +--- + +The default ups name is `ups`. To configure more than one ups, you must create multiple peanut services. + +Allowed fields: `["battery_charge", "ups_load", "ups_status"]` + +```yaml +widget: + type: peanut + url: http://peanut.host.or.ip:port + key: nameofyourups +```