core/homeassistant/components/demo/translations/en.json

21 lines
520 B
JSON

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