Advertisement
caffeinated00

home-separator-line

Jan 17th, 2025
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. type: custom:bubble-card
  2. card_type: separator
  3. name: h o m e
  4. icon: mdi:hoop-house
  5. sub_button:
  6. - show_state: true
  7. entity: sensor.xcel_itron_5_instantaneous_demand_value
  8. show_background: false
  9. show_name: false
  10. show_last_changed: false
  11. tap_action:
  12. action: navigate
  13. navigation_path: /dashboard-mushroom/energy
  14. - icon: mdi:power-standby
  15. double_tap_action:
  16. action: perform-action
  17. perform_action: homeassistant.restart
  18. target: {}
  19. styles: |-
  20. .bubble-line {
  21. background-color: black !important;
  22. opacity: 0.1;
  23. }
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement