Increased max length for a few input texts
Didn't know the default max was only 100.....
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
report_system:
|
||||
name: Report System
|
||||
initial: Type your report here
|
||||
max: 255
|
||||
text_testing:
|
||||
name: Text Testing
|
@ -50,6 +50,7 @@ input_text:
|
||||
tts_message:
|
||||
name: TTS Message
|
||||
initial: Type your message here
|
||||
max: 255
|
||||
|
||||
script:
|
||||
alexa_interjection:
|
||||
|
@ -117,10 +117,12 @@ input_text:
|
||||
name: Text Notification
|
||||
icon: mdi:text
|
||||
initial: Type your notification here
|
||||
max: 255
|
||||
text_notification_title:
|
||||
name: Text Notification Title
|
||||
icon: mdi:text
|
||||
initial: Type your title here
|
||||
max: 255
|
||||
|
||||
input_number:
|
||||
basement_echo_dot_day_volume:
|
||||
|
Reference in New Issue
Block a user