mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Document number device class (#23116)
This commit is contained in:
parent
8115b304a0
commit
d5adb9af02
@ -18,7 +18,14 @@ Number entities cannot be implemented manually, but can be provided by other
|
||||
integrations. If you are looking for a way to create a number entity,
|
||||
please take a look at the [Number helper](/integrations/input_number).
|
||||
|
||||
### Services
|
||||
## Device Class
|
||||
|
||||
The type of data a number represents impacts how it is displayed in the frontend. This is controlled by the number's device class designation. Built-in numbers and many created from an integration will have this designation predefined. Those can be modified in the [customize section](/docs/configuration/customizing-devices/). When manually creating a new number the device class may be optionally assigned. A full list of available number device classes is below:
|
||||
|
||||
- **None**: Generic number. This is the default and doesn't need to be set.
|
||||
- **temperature**: Temperature in °C or °F
|
||||
|
||||
## Services
|
||||
|
||||
The Number entities registers the following services:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user