From 6837598296f318ccdb60db26756ea06db0eaf1c3 Mon Sep 17 00:00:00 2001 From: Kim de Vos Date: Tue, 23 Apr 2024 13:10:59 +0200 Subject: [PATCH] Add unifi docs for port sensor and cpu/mem utilization sensor (#32428) * Add documentation for device CPU and memory utilization Related PR: https://github.com/home-assistant/core/pull/114986 * Add port bandwith sensor documenation * Apply suggestions from code review --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/unifi.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_integrations/unifi.markdown b/source/_integrations/unifi.markdown index cecc0ffe843..fd7752e55a9 100644 --- a/source/_integrations/unifi.markdown +++ b/source/_integrations/unifi.markdown @@ -156,6 +156,18 @@ Get entities reporting the general temperature of a UniFi Network device. Get entities reporting the current state of a UniFi Network device. +### Device CPU + +Get entities reporting the current CPU utilization of a UniFi Network device. + +### Device memory + +Get entities reporting the current memory utilization of a UniFi Network device. + +### Port Bandwidth sensor + +Get entities reporting receiving and transmitting bandwidth per port. These sensors are disabled by default. To enable the bandwidth sensors, on the UniFi integration page, select **Configure**, go to page 3/3 and enable the bandwidth sensors. + ## Firmware updates This will show if there are firmware updates available for the UniFi network devices connected to the controller. If the configured user has admin privileges, the firmware upgrades can also be installed directly from Home Assistant.