24 lines
429 B
Text
24 lines
429 B
Text
|
{
|
||
|
"version": 1,
|
||
|
"minor_version": 1,
|
||
|
"key": "input_boolean",
|
||
|
"data": {
|
||
|
"items": [
|
||
|
{
|
||
|
"name": "Vacation",
|
||
|
"icon": "mdi:beach",
|
||
|
"id": "vacation"
|
||
|
},
|
||
|
{
|
||
|
"id": "movie_time",
|
||
|
"name": "Movie Time",
|
||
|
"icon": "mdi:movie-open-outline"
|
||
|
},
|
||
|
{
|
||
|
"id": "night_time",
|
||
|
"name": "Night Time",
|
||
|
"icon": "mdi:weather-night"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|