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

21 lines
520 B
JSON
Raw Normal View History

2019-11-14 00:32:16 +00:00
{
2020-02-18 00:31:41 +00:00
"options": {
"step": {
"options_1": {
"data": {
"bool": "Optional boolean",
2020-07-08 00:02:43 +00:00
"constant": "Constant",
2020-02-18 00:31:41 +00:00
"int": "Numeric input"
}
},
"options_2": {
"data": {
"multi": "Multiselect",
"select": "Select an option",
"string": "String value"
}
}
}
2020-04-15 16:51:07 +00:00
},
"title": "Demo"
2019-11-14 00:32:16 +00:00
}