From bfd652e92d26ee1cec76c5ac47d5b91eabd8bc5a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 26 Jun 2023 15:46:49 +0200 Subject: [PATCH] Add identify device class to button (#27971) --- source/_integrations/button.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/button.markdown b/source/_integrations/button.markdown index a31186ab804..e2e4f6b5015 100644 --- a/source/_integrations/button.markdown +++ b/source/_integrations/button.markdown @@ -65,5 +65,6 @@ Example of device class icons.

- **None**: Generic button. This is the default and doesn't need to be set. +- **identify**: The button is used to identify a device. - **restart**: The button restarts the device. - **update**: The button updates the software of the device.