mirror of https://github.com/home-assistant/core
20 lines
405 B
JSON
20 lines
405 B
JSON
{
|
|
"Id": "string",
|
|
"ViewType": "string",
|
|
"SortBy": "string",
|
|
"IndexBy": "string",
|
|
"RememberIndexing": true,
|
|
"PrimaryImageHeight": 0,
|
|
"PrimaryImageWidth": 0,
|
|
"CustomPrefs": {
|
|
"property1": "string",
|
|
"property2": "string"
|
|
},
|
|
"ScrollDirection": "Horizontal",
|
|
"ShowBackdrop": true,
|
|
"RememberSorting": true,
|
|
"SortOrder": "Ascending",
|
|
"ShowSidebar": true,
|
|
"Client": "emby"
|
|
}
|