diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown index a69b7b3e4e3e..054f42e7c3cd 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -1003,6 +1003,19 @@ This association group is used when Home Assistant [resets the Z-Wave controller Under normal circumstances, it is not necessary to add a device to this group. +## Identification via Z-Wave + +Other Z-Wave devices can instruct a Home Assistant instance to identify itself by sending the following `Indicator Set` Z-Wave command (all bytes are hexadecimal): + +```txt +87010003500308500403500506 + ~~ ~~ ~~ +``` + +The bytes underlined with `~` can also have any other value. + +When receiving such a command, Home Assistant will show a notification in its sidebar, mentioning which node sent the command. + ## Z-Wave Command Classes Home Assistant responds to when queried The following table lists the Command Classes together with the implemented version and required security class. These are the Command Classes that Home Assistant will respond to when queried by other devices.