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:
|
report_system:
|
||||||
name: Report System
|
name: Report System
|
||||||
initial: Type your report here
|
initial: Type your report here
|
||||||
|
max: 255
|
||||||
text_testing:
|
text_testing:
|
||||||
name: Text Testing
|
name: Text Testing
|
@ -50,6 +50,7 @@ input_text:
|
|||||||
tts_message:
|
tts_message:
|
||||||
name: TTS Message
|
name: TTS Message
|
||||||
initial: Type your message here
|
initial: Type your message here
|
||||||
|
max: 255
|
||||||
|
|
||||||
script:
|
script:
|
||||||
alexa_interjection:
|
alexa_interjection:
|
||||||
|
@ -117,10 +117,12 @@ input_text:
|
|||||||
name: Text Notification
|
name: Text Notification
|
||||||
icon: mdi:text
|
icon: mdi:text
|
||||||
initial: Type your notification here
|
initial: Type your notification here
|
||||||
|
max: 255
|
||||||
text_notification_title:
|
text_notification_title:
|
||||||
name: Text Notification Title
|
name: Text Notification Title
|
||||||
icon: mdi:text
|
icon: mdi:text
|
||||||
initial: Type your title here
|
initial: Type your title here
|
||||||
|
max: 255
|
||||||
|
|
||||||
input_number:
|
input_number:
|
||||||
basement_echo_dot_day_volume:
|
basement_echo_dot_day_volume:
|
||||||
|
Reference in New Issue
Block a user