From 948d63256b56209fddfc0d19fe1b7a63dfb91143 Mon Sep 17 00:00:00 2001 From: Brandon McFarlin <6525520+Brandawg93@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:40:28 -0500 Subject: [PATCH] Add documentation --- docs/widgets/services/peanut.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/widgets/services/peanut.md 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 +```