From b065d59a4fd7a67fbce9e34aa1ca8934e2102776 Mon Sep 17 00:00:00 2001 From: Shulyaka Date: Wed, 2 Dec 2020 23:43:34 +0300 Subject: [PATCH] Add mode attribute to number entity --- docs/entity_number.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/entity_number.md b/docs/entity_number.md index e2d681e18b0..736cc15d9f9 100644 --- a/docs/entity_number.md +++ b/docs/entity_number.md @@ -15,6 +15,7 @@ A `number` is an entity that allows the user to input an arbitrary value to an i | min_value | float | 0 | The minimum accepted value (inclusive) | max_value | float | 100 | The maximum accepted value (inclusive) | step | float | **See below** | Defines the resolution of the values, i.e. the smallest increment or decrement +| mode | string | "slider" | Either "box" or "slider". Defines the appearance of the entity. Choose what best suits your device. Other properties that are common to all entities such as `icon`, `unit_of_measurement`, `name` etc are also applicable.