From 141d98d64329aee418c26d2d7f0b14eb968c706c Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:10:16 +0200 Subject: [PATCH] Number: add state (#34775) --- source/_integrations/number.markdown | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/source/_integrations/number.markdown b/source/_integrations/number.markdown index 84ffa781153..3e31669839b 100644 --- a/source/_integrations/number.markdown +++ b/source/_integrations/number.markdown @@ -23,6 +23,10 @@ Keeps track on `number` entities in your environment, their state, and allows yo If you are looking for a way to create a number entity, please take a look at the [Number helper](/integrations/input_number). +## The state of a number entity + +The state of a number entity is a number. + ## Device class {% include integrations/device_class_intro.md %} @@ -81,6 +85,6 @@ The following device classes are supported for numbers: The Number entities registers the following actions: -| Action | Data | Description | -| ------- | ---- | ----------- | -| `set_value` | `value`
`entity_id(s)`
`area_id(s)` | Set the value of specific `number` entities +| Action | Data | Description | +| ----------- | ----------------------------------------- | ------------------------------------------- | +| `set_value` | `value`
`entity_id(s)`
`area_id(s)` | Set the value of specific `number` entities |