Advertisement
caffeinated00

top weather card

Jan 16th, 2025
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. type: vertical-stack
  2. cards:
  3. - type: vertical-stack
  4. cards:
  5. - type: custom:bubble-card
  6. card_type: button
  7. button_type: state
  8. name: l o n d o n
  9. scrolling_effect: false
  10. show_icon: true
  11. show_name: true
  12. sub_button:
  13. - show_background: false
  14. show_state: true
  15. name: temp
  16. icon: mdi:weather-cloudy
  17. double_tap_action:
  18. action: none
  19. tap_action:
  20. action: more-info
  21. entity: sensor.pirate_weather_current_temperature
  22. show_name: true
  23. show_icon: true
  24. show_attribute: false
  25. attribute: friendly_name
  26. show_last_changed: false
  27. - name: ""
  28. show_background: false
  29. show_name: false
  30. show_state: true
  31. tap_action:
  32. action: navigate
  33. navigation_path: "#alarm"
  34. show_attribute: true
  35. entity: alarm_control_panel.first_floor
  36. icon: mdi:shield-home-outline
  37. card_layout: large-2-rows
  38. entity: weather.pirateweather
  39. styles: |-
  40. .bubble-button-card-container {
  41. background: none;
  42. margin-left: 2px;
  43. }
  44. .bubble-icon-container {
  45. background: none;
  46. border-radius: 0;
  47. --mdc-icon-size: 35px !important;
  48.  
  49. }
  50. .bubble-sub-button {
  51. font-size: 12px !important;
  52. margin-right: -16px;
  53.  
  54. }
  55. show_attribute: true
  56. attribute: apparent_temperature
  57. button_action:
  58. tap_action:
  59. action: more-info
  60. double_tap_action:
  61. action: none
  62. hold_action:
  63. action: none
  64. tap_action:
  65. action: more-info
  66. double_tap_action:
  67. action: none
  68. hold_action:
  69. action: none
  70. - type: custom:bubble-card
  71. card_type: empty-column
  72.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement