From 4e98de3efc29aaae35edd7a132f0d87b8c16aada Mon Sep 17 00:00:00 2001 From: John Arild Berentsen Date: Thu, 3 Jan 2019 23:31:52 +0100 Subject: [PATCH] Update control-panel.markdown (#8001) Updates for https://github.com/home-assistant/home-assistant-polymer/pull/2390 Allow user to remove broadcast node from groups in ui. --- source/_docs/z-wave/control-panel.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/z-wave/control-panel.markdown b/source/_docs/z-wave/control-panel.markdown index 018857fb5bc..88ad5553ae3 100644 --- a/source/_docs/z-wave/control-panel.markdown +++ b/source/_docs/z-wave/control-panel.markdown @@ -104,7 +104,7 @@ There may be multiple groups, that are used for different purposes. The manual o #### {% linkable_title Broadcast group %} -Some Z-Wave devices may associate themselves with the broadcast group (group 255). You'll be able to tell if this has happened if opening a door (or triggering a motion sensor) causes lights to come on, and closing the door (or the motion sensor going clear) causes lights to run off. There's no way to clear this from the control panel, but you can use the `zwave.change_association` service: +Some Z-Wave devices may associate themselves with the broadcast node (node 255). You'll be able to tell if this has happened if opening a door (or triggering a motion sensor) causes lights to come on, and closing the door (or the motion sensor going clear) causes lights to run off. You can get rid of this by selecting any target node. If the group has node 255 in it, a *Remove broadcast* button will appear. You can also use the `zwave.change_association` service: ```json {"association": "remove", "node_id": 3, "group": 1, "target_node_id": 255}