Added testers for other types of input entities

This commit is contained in:
2022-10-08 15:51:54 -04:00
parent f11787a635
commit ffa43b8d78
5 changed files with 33 additions and 2 deletions

14
input_number.yaml Normal file
View File

@ -0,0 +1,14 @@
number_box_test:
name: Number Box Test
min: -100
max: 100
step: 1
mode: box
icon: mdi:test-tube
number_slider_test:
name: Number Slider Test
min: -100
max: 100
step: 1
mode: slider
icon: mdi:test-tube