mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Number: add state (#34775)
This commit is contained in:
parent
dbe070c736
commit
141d98d643
@ -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`<br>`entity_id(s)`<br>`area_id(s)` | Set the value of specific `number` entities
|
||||
| Action | Data | Description |
|
||||
| ----------- | ----------------------------------------- | ------------------------------------------- |
|
||||
| `set_value` | `value`<br>`entity_id(s)`<br>`area_id(s)` | Set the value of specific `number` entities |
|
||||
|
Loading…
x
Reference in New Issue
Block a user