From f83e3b0e44b5fc1bbc3c73d30fdec023fda4f135 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 14 Sep 2024 23:14:26 -0700 Subject: [PATCH] Update pihole.md --- docs/widgets/services/pihole.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/widgets/services/pihole.md b/docs/widgets/services/pihole.md index 90d5926c..c8ab83ae 100644 --- a/docs/widgets/services/pihole.md +++ b/docs/widgets/services/pihole.md @@ -5,8 +5,6 @@ description: PiHole Widget Configuration Learn more about [PiHole](https://github.com/pi-hole/pi-hole). -As of v2022.12 [PiHole requires the use of an API key](https://pi-hole.net/blog/2022/11/17/upcoming-changes-authentication-for-more-api-endpoints-required/#page-content) if an admin password is set. Older versions do not require any authentication even if the admin uses a password. - Allowed fields: `["queries", "blocked", "blocked_percent", "gravity"]`. Note: by default the "blocked" and "blocked_percent" fields are merged e.g. "1,234 (15%)" but explicitly including the "blocked_percent" field will change them to display separately. @@ -18,5 +16,3 @@ widget: version: 6 # required if running v6 or higher, defaults to 5 key: yourpiholeapikey # optional ``` - -_Added in v0.1.0, updated in v0.8.9_