Number
number: - platform: ... # See supported platforms at the end of this page name: 'Display Brightness' id: display_brightness icon: mdi:brightness-6 device_class: '' state_class: measurement unit_of_measurement: '%' min_value: 0.0 max_value: 100.0 step: 1.0Attributes
Section titled “Attributes”Common attributes are documented in Common Component Properties.
| Property | Description | Example |
|---|---|---|
device_class | Home Assistant number classification. | "" |
state_class | Home Assistant state class for number values. | measurement |
unit_of_measurement | Optional value unit shown in user interfaces. | % |
min_value | Lower boundary for allowed values. | 0.0 |
max_value | Upper boundary for allowed values. | 100.0 |
step | Increment/decrement step size. | 1.0 |
Triggers
Section titled “Triggers”See Triggers and Actions for how triggers work.
| Property | Description | Example |
|---|---|---|
| (none) | Number currently has no additional triggers. | (n/a) |
Supported filters are documented in Filters.
Supported Platforms
Section titled “Supported Platforms”Similar to ESPHome: Number