1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00
ha-core/homeassistant/components/demo/strings.json
Paulus Schoutsen 16ccf0affd
Bump voluptuous-serialize 2.4.0 (#37241)
* Bump voluptuous-serialize 2.4.0

* Add constant to demo

* gen reqs
2020-07-06 20:04:35 -07:00

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"
}
}
}
}
}