From b06d4f689b0ee6ab27adf80ab48065f7cfec517f Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 16 Oct 2022 09:17:35 -0700 Subject: [PATCH] Updated Information Widgets (markdown) --- Information-Widgets.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Information-Widgets.md b/Information-Widgets.md index 00e343f..1210a18 100644 --- a/Information-Widgets.md +++ b/Information-Widgets.md @@ -114,9 +114,7 @@ You can optionally not pass a `latitude` and `longitude` and the widget will use ## Unifi Controller -You can display general connectivity status from your Unifi (Network) Controller. When authenticating you will want to use an account that has at least read privileges. - -You will need to update two files in order to display this information. First, `settings.yaml` which will contain the connection information. +You can display general connectivity status from your Unifi (Network) Controller. When authenticating you will want to use a local account that has at least read privileges. ```yaml unifi_console: @@ -125,15 +123,6 @@ unifi_console: password: pass ``` -Next, `widgets.yaml` to configure where you want to display the Unifi information widget in the information widget area. - -**Note: The lack of any sub properties is not a typo.** - -```yaml -- unifi_console: -``` - - ## Search You can add a search bar to your top widget area that can search using Google, Duckduckgo, Bing, Baidu or any other custom provider that supports the basic `?q=` search query param.