16 lines
242 B
YAML
16 lines
242 B
YAML
|
|
# Input number helpers
|
||
|
|
# Example:
|
||
|
|
# volume_level:
|
||
|
|
# name: Volume Level
|
||
|
|
# min: 0
|
||
|
|
# max: 100
|
||
|
|
# step: 1
|
||
|
|
# icon: mdi:volume-high
|
||
|
|
|
||
|
|
last_unavailable_count:
|
||
|
|
name: Last Unavailable Entity Count
|
||
|
|
min: 0
|
||
|
|
max: 10000
|
||
|
|
step: 1
|
||
|
|
mode: box
|