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

View File

@ -23,6 +23,7 @@ input_select: !include input_select.yaml
input_text: !include input_text.yaml
input_datetime: !include input_datetime.yaml
template: !include template.yaml
input_number: !include input_number.yaml
frontend:
themes: !include_dir_merge_named themes

View File

@ -31,3 +31,6 @@ night_mode:
early_night_mode:
name: Early Night Mode
icon: mdi:lightbulb-night-outline
toggle_testing:
name: Toggle Testing
icon: mdi:test-tube

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

View File

@ -36,3 +36,13 @@ report_type:
- New Idea
initial: Bug Report
icon: mdi:bug
select_testing:
name: Select Testing
options:
- One
- Two
- Three
- Four
- Five
initial: One
icon: mdi:test-tube

View File

@ -4,3 +4,6 @@ tts_message:
report_system:
name: Report System
initial: Type your report here
text_testing:
name: Text Testing
initial: This is for testing input texts