Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions source/_components/input_text.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ input_text:
text3:
name: Text 3
pattern: '[a-fA-F0-9]*'
test4:
name: Text 4
initial: Can't Touch This
disabled: true
```

Configuration variables:
Expand All @@ -41,4 +37,3 @@ Configuration variables:
- **name** (*Optional*): Friendly name of the text input.
- **initial** (*Optional*): Initial value when Home Assistant starts. Default is empty string.
- **pattern** (*Optional*): Regex pattern for client side validation. Default is empty string, which is treated same as `.*`.
- **disabled** (*Optional*): If set to true, disables making changes from the UI (but not by automations / REST / etc), displaying the value grayed out to indicate it is read-only in the UI. Default is false.