You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/getting-started/z-wave-device-specific.markdown
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The option is commented out by default in `options.xml` and is a default key. Ma
22
22
It is best to pair these devices in Open Zwave Control Panel or other Zwave tool that can show you logs while pairing. Test the device before you save the configuration.
23
23
Make sure you copy the newly saved `zwcfg_[home_id].xml`into your HomeAssistant config directory.
24
24
25
-
##### {% linkable_title Event node_event for automation %}
25
+
##### {% linkable_title Event basic_level for automation %}
26
26
HomeAssistant will trigger a event when command_class_basic changes value on a node.
27
27
This can be virtually anything, so tests have to be made to determine what value equals what.
28
28
You can use this for automations.
@@ -38,7 +38,7 @@ Example:
38
38
basic_level: 255
39
39
```
40
40
41
-
##### {% linkable_title Event node_event for automation %}
41
+
##### {% linkable_title Event scene_id for automation %}
42
42
HomeAssistant will trigger a event when a scene is activated by a node in the zwave network.
43
43
This can be a press of a button, so tests have to be made to determine what scene_id equals what.
0 commit comments