From 7c6c825be0fbde069fbe53105d049f6eba62a8c0 Mon Sep 17 00:00:00 2001 From: Lopton Date: Sat, 24 Aug 2019 08:59:09 -0700 Subject: [PATCH 1/2] Clarify device blocking functionality The documentation did not clearly explain that you had to use MAC addresses to allow for blocking/unblocking clients. --- source/_components/unifi.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/unifi.markdown b/source/_components/unifi.markdown index ec1c1a12d017..493dc5cb248d 100644 --- a/source/_components/unifi.markdown +++ b/source/_components/unifi.markdown @@ -54,7 +54,7 @@ site: required: true default: None block_client: - description: Clients that can be blocked from the network + description: A list of Clients MAC Addresses that can be blocked from the network type: list required: false default: None @@ -96,7 +96,7 @@ If Home Assistant and the UniFi controller are running on separate machines or V ### Block network access for clients -Allow control of network access to clients configured in `configuration.yaml` +Allow control of network access to clients configured in `configuration.yaml` by adding a list of the MAC addresses. Items in this list will have a Home Assistant Switch created, using the Unifi Device name, allowing for blocking and unblocking. ### Control clients powered by POE From 10a5495b8e3989a9a346a7e7a53398e357e424f4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 24 Aug 2019 21:09:14 +0200 Subject: [PATCH 2/2] Minor change --- source/_components/unifi.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_components/unifi.markdown b/source/_components/unifi.markdown index 493dc5cb248d..3f33399ea263 100644 --- a/source/_components/unifi.markdown +++ b/source/_components/unifi.markdown @@ -44,17 +44,17 @@ unifi: {% configuration %} host: - description: Same address as relevant config entry, needed to identify config entry + description: Same address as relevant config entry, needed to identify config entry. type: string required: true default: None site: - description: Same site as relevant config entry, needed to identify config entry + description: Same site as relevant config entry, needed to identify config entry. type: string required: true default: None block_client: - description: A list of Clients MAC Addresses that can be blocked from the network + description: A list of Clients MAC Addresses that can be blocked from the network. type: list required: false default: None @@ -96,7 +96,7 @@ If Home Assistant and the UniFi controller are running on separate machines or V ### Block network access for clients -Allow control of network access to clients configured in `configuration.yaml` by adding a list of the MAC addresses. Items in this list will have a Home Assistant Switch created, using the Unifi Device name, allowing for blocking and unblocking. +Allow control of network access to clients configured in the `configuration.yaml` file by adding a list of the MAC addresses. Items in this list will have a Home Assistant switch created, using the Unifi Device name, allowing for blocking and unblocking. ### Control clients powered by POE