Advertisement
PalleA

SImpelt Hidebar eksempel

Aug 29th, 2023
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. title: hidebar eksempel
  2. kiosk_mode:
  3. kiosk: true
  4. hide_header: true
  5. hide_sidebar: true
  6. hide_menu_button: true
  7. hide_overflow: true
  8. views:
  9. - theme: Backend-selected
  10. title: Forside
  11. path: Forside
  12. type: custom:grid-layout
  13. badges: []
  14. cards:
  15. - type: vertical-stack
  16. cards:
  17. - type: horizontal-stack
  18. cards:
  19. - show_name: true
  20. show_icon: true
  21. type: button
  22. name: Side1
  23. icon: mdi:panda
  24. entity: script.buttonpress
  25. tap_action:
  26. action: navigate
  27. navigation_path: /dashboard-hidebar/side1
  28. - show_name: true
  29. show_icon: true
  30. type: button
  31. name: Side2
  32. icon: mdi:owl
  33. entity: script.buttonpress
  34. color: rgba(10, 10, 10, 0.4)
  35. tap_action:
  36. action: navigate
  37. navigation_path: /dashboard-hidebar/side2
  38. - title: Side1
  39. path: side1
  40. badges: []
  41. cards:
  42. - type: grid
  43. title: Side1
  44. path: Side1
  45. columns: 2
  46. cards:
  47. - type: custom:button-card
  48. entity: light.bla_lampe_stue
  49. name: Stuelampe
  50. - type: custom:button-card
  51. entity: light.bla_lampe_stue
  52. name: Stuelampe
  53. - type: button
  54. name: Side 2
  55. show_name: true
  56. show_icon: true
  57. icon: mdi:sofa-outline
  58. entity: script.buttonpress
  59. tap_action:
  60. action: navigate
  61. navigation_path: /dashboard-hidebar/side2
  62. - type: button
  63. name: Forside
  64. show_name: true
  65. show_icon: true
  66. icon: mdi:sofa-outline
  67. entity: script.buttonpress
  68. tap_action:
  69. action: navigate
  70. navigation_path: /dashboard-hidebar/
  71. - title: Side2
  72. path: side2
  73. badges: []
  74. cards:
  75. - type: grid
  76. title: Side2
  77. path: Side2
  78. view_layout:
  79. grid-area: Side2
  80. columns: 2
  81. cards:
  82. - type: custom:button-card
  83. entity: light.bla_lampe_stue
  84. name: Stuelampe
  85. - type: custom:button-card
  86. entity: light.bla_lampe_stue
  87. name: Stuelampe
  88. - type: button
  89. name: Side 1
  90. show_name: true
  91. show_icon: true
  92. icon: mdi:sofa-outline
  93. entity: script.buttonpress
  94. tap_action:
  95. action: navigate
  96. navigation_path: /dashboard-hidebar/side1
  97. - type: button
  98. name: Forside
  99. show_name: true
  100. show_icon: true
  101. icon: mdi:sofa-outline
  102. entity: script.buttonpress
  103. tap_action:
  104. action: navigate
  105. navigation_path: /dashboard-hidebar/
  106.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement