From 338891c61202da5de426ed2749e141c38a7e6949 Mon Sep 17 00:00:00 2001 From: Michel van de Wetering Date: Mon, 28 Mar 2022 17:22:09 +0200 Subject: [PATCH] Fix description of button device class "update" partially out of table (#1253) --- docs/core/entity/button.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/core/entity/button.md b/docs/core/entity/button.md index 7d2c4d2c..b81c16c3 100644 --- a/docs/core/entity/button.md +++ b/docs/core/entity/button.md @@ -47,5 +47,4 @@ Optionally specifies what type of entity it is. It will possibly map to Google d | Value | Description | ----- | ----------- | restart | The button entity restarts the device. -| 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. +| 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.