core/homeassistant/components/demo/strings.json

25 lines
435 B
JSON

{
"title": "Demo",
"options": {
"step": {
"init": {
"data": {}
},
"options_1": {
"data": {
"constant": "Constant",
"bool": "Optional boolean",
"int": "Numeric input"
}
},
"options_2": {
"data": {
"string": "String value",
"select": "Select an option",
"multi": "Multiselect"
}
}
}
}
}