mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
input_text : removing disabled option per home-assistant/home-assistant-polymer#408 (#3327)
This commit is contained in:
parent
28fd5114d6
commit
1dc1ba64d4
@ -27,10 +27,6 @@ input_text:
|
|||||||
text3:
|
text3:
|
||||||
name: Text 3
|
name: Text 3
|
||||||
pattern: '[a-fA-F0-9]*'
|
pattern: '[a-fA-F0-9]*'
|
||||||
test4:
|
|
||||||
name: Text 4
|
|
||||||
initial: Can't Touch This
|
|
||||||
disabled: true
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -41,4 +37,3 @@ Configuration variables:
|
|||||||
- **name** (*Optional*): Friendly name of the text input.
|
- **name** (*Optional*): Friendly name of the text input.
|
||||||
- **initial** (*Optional*): Initial value when Home Assistant starts. Default is empty string.
|
- **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 `.*`.
|
- **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.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user