mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
26 lines
421 B
JSON
26 lines
421 B
JSON
{
|
|
"config": {
|
|
"title": "Demo"
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {}
|
|
},
|
|
"options_1": {
|
|
"data": {
|
|
"bool": "Optional boolean",
|
|
"int": "Numeric input"
|
|
}
|
|
},
|
|
"options_2": {
|
|
"data": {
|
|
"string": "String value",
|
|
"select": "Select an option",
|
|
"multi": "Multiselect"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|