Advertisement
drinfernoo

Untitled

Dec 17th, 2021
1,335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.99 KB | None | 0 0
  1. {
  2.   "id": "custom_sidebar",
  3.   "order": [
  4.     {
  5.       "item": "hogwarts",
  6.       "icon": "mdi:castle",
  7.       "order": 0
  8.     },
  9.     {
  10.       "item": "integrations",
  11.       "name": "Integrations",
  12.       "icon": "mdi:puzzle",
  13.       "new_item": true,
  14.       "href": "/config/integrations",
  15.       "order": 1
  16.     },
  17.     {
  18.       "item": "devices",
  19.       "name": "Devices",
  20.       "icon": "mdi:devices",
  21.       "new_item": true,
  22.       "href": "/config/devices",
  23.       "order": 2
  24.     },
  25.     {
  26.       "item": "entities",
  27.       "name": "Entities",
  28.       "icon": "mdi:shape",
  29.       "new_item": true,
  30.       "href": "/config/entities",
  31.       "order": 3
  32.     },
  33.     {
  34.       "item": "automations",
  35.       "name": "Automations",
  36.       "icon": "mdi:robot",
  37.       "new_item": true,
  38.       "href": "/config/automation/dashboard",
  39.       "order": 4
  40.     },
  41.     {
  42.       "item": "helpers",
  43.       "name": "Helpers",
  44.       "icon": "mdi:tools",
  45.       "new_item": true,
  46.       "href": "/config/helpers",
  47.       "order": 5
  48.     },
  49.     {
  50.       "item": "frigate",
  51.       "name": "Frigate",
  52.       "icon": "mdi:cctv",
  53.       "new_item": true,
  54.       "href": "/ccab4aaf_frigate-proxy",
  55.       "order": 6
  56.     },
  57.     {
  58.       "item": "calendar",
  59.       "hide": true
  60.     },
  61.     {
  62.       "item": "media browser",
  63.       "hide": true
  64.     },
  65.     {
  66.       "item": "map",
  67.       "hide": true
  68.     },
  69.     {
  70.       "item": "shopping list",
  71.       "hide": true
  72.     },
  73.     {
  74.       "item": "energy",
  75.       "hide": true
  76.     },
  77.     {
  78.       "item": "logbook",
  79.       "hide": true
  80.     },
  81.     {
  82.       "item": "history",
  83.       "hide": true
  84.     },
  85.     {
  86.       "item": "developer tools",
  87.       "bottom": true,
  88.       "href": "/developer-tools/state"
  89.     },
  90.     {
  91.       "item": "server controls",
  92.       "bottom": true,
  93.       "new_item": true,
  94.       "name": "Server Controls",
  95.       "icon": "mdi:server",
  96.       "href": "/config/server_control"
  97.     },
  98.     {
  99.       "item": "configuration",
  100.       "bottom": true
  101.     }
  102.   ]
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement