Added testers for other types of input entities
This commit is contained in:
@ -23,6 +23,7 @@ input_select: !include input_select.yaml
|
|||||||
input_text: !include input_text.yaml
|
input_text: !include input_text.yaml
|
||||||
input_datetime: !include input_datetime.yaml
|
input_datetime: !include input_datetime.yaml
|
||||||
template: !include template.yaml
|
template: !include template.yaml
|
||||||
|
input_number: !include input_number.yaml
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
themes: !include_dir_merge_named themes
|
themes: !include_dir_merge_named themes
|
||||||
|
@ -31,3 +31,6 @@ night_mode:
|
|||||||
early_night_mode:
|
early_night_mode:
|
||||||
name: Early Night Mode
|
name: Early Night Mode
|
||||||
icon: mdi:lightbulb-night-outline
|
icon: mdi:lightbulb-night-outline
|
||||||
|
toggle_testing:
|
||||||
|
name: Toggle Testing
|
||||||
|
icon: mdi:test-tube
|
14
input_number.yaml
Normal file
14
input_number.yaml
Normal 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
|
@ -36,3 +36,13 @@ report_type:
|
|||||||
- New Idea
|
- New Idea
|
||||||
initial: Bug Report
|
initial: Bug Report
|
||||||
icon: mdi:bug
|
icon: mdi:bug
|
||||||
|
select_testing:
|
||||||
|
name: Select Testing
|
||||||
|
options:
|
||||||
|
- One
|
||||||
|
- Two
|
||||||
|
- Three
|
||||||
|
- Four
|
||||||
|
- Five
|
||||||
|
initial: One
|
||||||
|
icon: mdi:test-tube
|
@ -4,3 +4,6 @@ tts_message:
|
|||||||
report_system:
|
report_system:
|
||||||
name: Report System
|
name: Report System
|
||||||
initial: Type your report here
|
initial: Type your report here
|
||||||
|
text_testing:
|
||||||
|
name: Text Testing
|
||||||
|
initial: This is for testing input texts
|
Reference in New Issue
Block a user