Fix description of button device class "update" partially out of table (#1253)

This commit is contained in:
Michel van de Wetering 2022-03-28 17:22:09 +02:00 committed by GitHub
parent f6edb9492e
commit 338891c612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,5 +47,4 @@ Optionally specifies what type of entity it is. It will possibly map to Google d
| Value | Description | Value | Description
| ----- | ----------- | ----- | -----------
| restart | The button entity restarts the device. | restart | The button entity restarts the device.
| update | The button entity updates the software of the device. The use | 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.
of this device class should be avoided, please consider using the [`update`](/docs/core/entity/update) entity instead.