mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Added the maximum possible number of characters (#9421)
This commit is contained in:
parent
5411c97f31
commit
336546bf3f
@ -49,7 +49,7 @@ input_text:
|
|||||||
type: integer
|
type: integer
|
||||||
default: 0
|
default: 0
|
||||||
max:
|
max:
|
||||||
description: Maximum length for the text value.
|
description: Maximum length for the text value. 255 is the maximum number of characters allowed in an entity state.
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
default: 100
|
default: 100
|
||||||
|
Loading…
x
Reference in New Issue
Block a user