From 8d6246001936e7624d23336bb5cf9ea09594a866 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 26 Jun 2023 15:46:57 +0200 Subject: [PATCH] Add identify device class to button (#1818) --- docs/core/entity/button.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/entity/button.md b/docs/core/entity/button.md index 82ced85d..efc75a07 100644 --- a/docs/core/entity/button.md +++ b/docs/core/entity/button.md @@ -46,5 +46,6 @@ Optionally specifies what type of entity it is. It will possibly map to Google d | Constant | Description | ----- | ----------- +| `ButtonDeviceClass.IDENTIFY` | The button entity identifies a device. | `ButtonDeviceClass.RESTART` | The button entity restarts the device. | `ButtonDeviceClass.UPDATE` | The button entity updates the software of the device. The use of this device class should be avoided, please consider using the [`update`](/docs/core/entity/update) entity instead.