mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
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:
parent
386a104517
commit
4e98de3efc
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user