Add identify device class to button (#1818)

This commit is contained in:
Franck Nijhof 2023-06-26 15:46:57 +02:00 committed by GitHub
parent 4851e36c1a
commit 8d62460019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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