Number Card
The hc_number_card is used to show and adjust an input_number with increment and decrement buttons.
Usage
- type: custom:button-card
template: hc_number_card
entity: <your input number entity>
name: Charge Limit
Remember to take care of indentation
Variable / entry
| Variable | Default | Required | Example |
|---|---|---|---|
| entity | Yes | input_number.charge_limit | |
| name | friendly name | No | Charge Limit |
More info
The card reads the entity min, max, and unit_of_measurement attributes. The up and down buttons disable themselves when the current value reaches the configured limits.