mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
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:
parent
70723aa214
commit
361845d910
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user