lovelace_dashboards 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "version": 1,
  3. "minor_version": 1,
  4. "key": "lovelace_dashboards",
  5. "data": {
  6. "items": [
  7. {
  8. "show_in_sidebar": true,
  9. "icon": "mdi:home",
  10. "title": "Wisteria Manor",
  11. "require_admin": false,
  12. "mode": "storage",
  13. "url_path": "lovelace-main",
  14. "id": "lovelace_main"
  15. },
  16. {
  17. "show_in_sidebar": true,
  18. "icon": "mdi:gauge",
  19. "title": "Sensors",
  20. "require_admin": false,
  21. "mode": "storage",
  22. "url_path": "lovelace-sensors",
  23. "id": "lovelace_sensors"
  24. },
  25. {
  26. "show_in_sidebar": false,
  27. "icon": "mdi:office-building",
  28. "title": "the continuum",
  29. "require_admin": false,
  30. "mode": "storage",
  31. "url_path": "the-continuum",
  32. "id": "the_continuum"
  33. },
  34. {
  35. "id": "dashboard_automatic",
  36. "show_in_sidebar": true,
  37. "icon": "mdi:robot-happy",
  38. "title": "Automatic",
  39. "require_admin": false,
  40. "mode": "storage",
  41. "url_path": "dashboard-automatic"
  42. },
  43. {
  44. "id": "map",
  45. "icon": "mdi:map",
  46. "title": "Map",
  47. "url_path": "map",
  48. "show_in_sidebar": false,
  49. "require_admin": false,
  50. "mode": "storage"
  51. }
  52. ]
  53. }
  54. }