Skip to content

Commit 8da2ce2

Browse files
authored
Update z-wave-device-specific.markdown
1 parent 15768ff commit 8da2ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/getting-started/z-wave-device-specific.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The option is commented out by default in `options.xml` and is a default key. Ma
2222
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.
2323
Make sure you copy the newly saved `zwcfg_[home_id].xml`into your HomeAssistant config directory.
2424

25-
##### {% linkable_title Event node_event for automation %}
25+
##### {% linkable_title Event basic_level for automation %}
2626
HomeAssistant will trigger a event when command_class_basic changes value on a node.
2727
This can be virtually anything, so tests have to be made to determine what value equals what.
2828
You can use this for automations.
@@ -38,7 +38,7 @@ Example:
3838
basic_level: 255
3939
```
4040
41-
##### {% linkable_title Event node_event for automation %}
41+
##### {% linkable_title Event scene_id for automation %}
4242
HomeAssistant will trigger a event when a scene is activated by a node in the zwave network.
4343
This can be a press of a button, so tests have to be made to determine what scene_id equals what.
4444
You can use this for automations.

0 commit comments

Comments
 (0)