Z-Wave: add required documentation on identify command (#37512)

* Z-Wave: add required documentation on identify command

* set code block language

* add empty lines
This commit is contained in:
AlCalzone 2025-02-17 15:23:53 +01:00 committed by GitHub
parent 70723aa214
commit 361845d910
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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