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.
This commit is contained in:
John Arild Berentsen 2019-01-03 23:31:52 +01:00 committed by Paulus Schoutsen
parent 386a104517
commit 4e98de3efc

View File

@ -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}