caffeinated00

separator

Jun 15th, 2025
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. type: custom:bubble-card
  2. card_type: separator
  3. name: h o m e
  4. icon: mdi:home-circle-outline
  5. sub_button:
  6. - icon: mdi:shield-home-outline
  7. double_tap_action:
  8. action: perform-action
  9. perform_action: homeassistant.restart
  10. target: {}
  11. tap_action:
  12. action: navigate
  13. navigation_path: "#safety"
  14. state_background: false
  15. entity: binary_sensor.whole_house_locks
  16. show_background: false
  17. show_state: true
  18. styles: |
  19. .bubble-line {
  20. background-color: #FBC5F8 !important;
  21. opacity: 0.1;
  22. }
  23. modules:
  24. - default
  25. - sub_button_coloring
  26. card_layout: normal
  27. sub_button_coloring:
  28. button_1:
  29. on_icon_color: "#E05353"
  30. on_color: "' '"
  31. entity: binary_sensor.whole_house_locks
  32.  
Advertisement
Add Comment
Please, Sign In to add comment