First commit
This commit is contained in:
49
.storage/input_select
Normal file
49
.storage/input_select
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"version": 1,
|
||||
"minor_version": 2,
|
||||
"key": "input_select",
|
||||
"data": {
|
||||
"items": [
|
||||
{
|
||||
"id": "panel_raum_oben",
|
||||
"name": "Panel - Raum - oben",
|
||||
"icon": "mdi:room-service",
|
||||
"options": [
|
||||
"Wohnzimmer",
|
||||
"Küche",
|
||||
"Bad",
|
||||
"VR-Zimmer"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "reinigungsanzahl",
|
||||
"name": "Reinigungsanzahl",
|
||||
"icon": "mdi:counter",
|
||||
"options": [
|
||||
"1x",
|
||||
"2x",
|
||||
"3x"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "sauger_oder_wischen",
|
||||
"name": "Sauger_oder_wischen",
|
||||
"icon": "mdi:auto-mode",
|
||||
"options": [
|
||||
"saugen",
|
||||
"wischen",
|
||||
"saugen und wischen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "aussenlampenverhalten",
|
||||
"name": "Außenlampenverhalten",
|
||||
"options": [
|
||||
"An",
|
||||
"Aus",
|
||||
"Bewegungsmelder"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user