caffeinated00

3rdScr

May 2nd, 2025
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. type: vertical-stack
  2. cards:
  3. - type: custom:bubble-card
  4. card_type: pop-up
  5. name: Automations
  6. icon: m3o:automation
  7. hash: "#auto"
  8. button_type: name
  9. modules:
  10. - default
  11. show_header: true
  12. margin_top_mobile: 10vh
  13. margin_top_desktop: 10vh
  14. bg_opacity: "10"
  15. bg_blur: "15"
  16. backdrop_blur: "0"
  17. shadow_opacity: "10"
  18. scrolling_effect: false
  19. button_action:
  20. tap_action:
  21. action: navigate
  22. navigation_path: http://192.168.68.106:8123/config/automation/dashboard
  23. - type: custom:bubble-card
  24. card_type: separator
  25. name: Garage
  26. icon: mdi:garage-alert
  27. modules:
  28. - default
  29. card_layout: large
  30. - type: horizontal-stack
  31. cards:
  32. - type: custom:bubble-card
  33. card_type: button
  34. button_type: switch
  35. entity: automation.test_2
  36. show_state: true
  37. modules:
  38. - default
  39. name: Left Opened
  40. scrolling_effect: true
  41. show_icon: true
  42. card_layout: normal
  43. icon: mdi:garage-alert
  44. - type: custom:bubble-card
  45. card_type: button
  46. button_type: switch
  47. entity: automation.xavier_beacon_home_away
  48. show_state: true
  49. modules:
  50. - default
  51. name: Auto Open
  52. card_layout: normal
  53. show_icon: true
  54. scrolling_effect: true
  55. icon: m3of:garage
  56. - type: custom:bubble-card
  57. card_type: separator
  58. name: Xavier
  59. icon: mdi:car-sports
  60. modules:
  61. - default
  62. - type: custom:bubble-card
  63. card_type: button
  64. button_type: switch
  65. entity: automation.tesla_alert
  66. show_state: true
  67. modules:
  68. - default
  69. name: Tesla Left Unlocked
  70. card_layout: normal
  71. show_icon: true
  72. scrolling_effect: false
  73. icon: mdi:car-door-lock-open
  74. - type: custom:bubble-card
  75. card_type: separator
  76. name: Bathroom
  77. icon: mdi:shower-head
  78. modules:
  79. - default
  80. - type: horizontal-stack
  81. cards:
  82. - type: custom:bubble-card
  83. card_type: button
  84. button_type: switch
  85. show_state: true
  86. modules:
  87. - default
  88. name: Motion
  89. entity: automation.new_automation_bathroom
  90. card_layout: normal
  91. scrolling_effect: false
  92. icon: mdi:motion-sensor
  93. - type: custom:bubble-card
  94. card_type: button
  95. button_type: switch
  96. entity: automation.bathroom2_testing
  97. show_state: true
  98. modules:
  99. - default
  100. name: Presence
  101. card_layout: normal
  102. icon: mdi:human-greeting
  103. - type: custom:bubble-card
  104. card_type: button
  105. button_type: switch
  106. show_state: true
  107. modules:
  108. - default
  109. name: Water Leak Alert
  110. entity: automation.water
  111. card_layout: normal
  112. scrolling_effect: false
  113. icon: mdi:water-alert-outline
  114. - type: custom:bubble-card
  115. card_type: separator
  116. modules:
  117. - default
  118. name: Sump pump - last 12 hours
  119. icon: mdi:water-pump
  120. card_layout: normal
  121. - type: custom:mini-graph-card
  122. icon: mdi:water-pump
  123. entities:
  124. - entity: binary_sensor.sump_pump_vibration_zb_vibration
  125. name: Pump Cycles
  126. color: "#E0BBD8"
  127. name: Sump Pump Activity (Last 12 Hours)
  128. hours_to_show: 12
  129. points_per_hour: 60
  130. update_interval: 30
  131. aggregate_func: max
  132. font_size: 40
  133. line_width: 2
  134. smoothing: false
  135. height: 50
  136. tap_action: none
  137. state_map:
  138. - value: "off"
  139. label: Idle
  140. - value: "on"
  141. label: Active
  142. show:
  143. labels: true
  144. labels_secondary: true
  145. icon: false
  146. name: false
  147. points: true
  148. card_mod:
  149. style: |
  150. ha-card {
  151. background: transparent;
  152. }
  153.  
Advertisement
Add Comment
Please, Sign In to add comment