mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 02:16:50 +00:00
Add Number entity support (#15516)
Co-authored-by: Franck Nijhof <frenck@frenck.dev>
This commit is contained in:
parent
ad3c013a44
commit
c9cee39eb3
20
source/_integrations/number.markdown
Normal file
20
source/_integrations/number.markdown
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
title: Number
|
||||||
|
description: Instructions on how to manage your Number entities with Home Assistant.
|
||||||
|
ha_category:
|
||||||
|
- Number
|
||||||
|
ha_release: 0.119
|
||||||
|
ha_quality_scale: internal
|
||||||
|
ha_domain: number
|
||||||
|
ha_iot_class: ~
|
||||||
|
---
|
||||||
|
|
||||||
|
Keeps track on `number` entities in your environment, their state, and allows you to control them. This integration allows other integrations to get a value input from user within a range.
|
||||||
|
|
||||||
|
### Services
|
||||||
|
|
||||||
|
The Number entities registers the following services:
|
||||||
|
|
||||||
|
| Service | 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