mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Allow manual delete of stale Unifi device from UI (#32261)
* Allow manual delete of stale Unifi device from UI * Lint errors * Update source/_integrations/unifi.markdown Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com> --------- Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
This commit is contained in:
parent
1a34109b81
commit
bc12c5aeb3
@ -167,6 +167,18 @@ Provides the current password for a specific WLAN. It allows users to access the
|
||||
|
||||
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.
|
||||
|
||||
|
||||
## Removing a device in Home Assistant
|
||||
|
||||
Integration populates both UniFi devices as well as network clients into Home Assistant. In certain edge cases entities are left lingering even if they are not present in UniFi network anymore. This can lead to an accumulation of entries in the device registry.
|
||||
|
||||
To manually remove a device entry, go to the Device Info page and select "Delete" from the Device Info menu.
|
||||
|
||||
Only clients/devices which are no longer known by UniFi since the startup or reload of the UniFi integration can be removed.
|
||||
|
||||

|
||||
|
||||
|
||||
## Debugging integration
|
||||
|
||||
If you have problems with the UniFi Network application or {% term integration %} you can add debug prints to the log.
|
||||
|
Loading…
x
Reference in New Issue
Block a user