Advertisement
Guest User

Untitled

a guest
Feb 11th, 2024
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1.  
  2. type: custom:mod-card
  3. card-mod:
  4. style:
  5. tabbed-card $:
  6. mwc-tab:
  7. $: |
  8. .mdc-tab {
  9. background: transparent !important;
  10. }
  11. .mdc-tab--active {
  12. background: transparent !important;
  13. }
  14. card:
  15. type: custom:tabbed-card
  16. styles:
  17. '--mdc-theme-primary': null
  18. '--mdc-tab-text-label-color-default': rgba(225, 255, 225, 0.1)
  19. '--mdc-typography-button-font-size': 11px
  20. '--mdc-tab-horizontal-padding': 3px
  21. '--mdc-tab-stacked-height': 65px
  22. attributes:
  23. isFadingIndicator: true
  24. minWidth: false
  25. isMinWidthIndicator: false
  26. stacked: true
  27. tabs:
  28. - card:
  29. type: custom:mini-graph-card
  30. action: none
  31. align_state: left
  32. font_size_header: 13
  33. aspect_ratio: 100%
  34. decimals: 1
  35. entities:
  36. - color: white
  37. entity: sensor.ble_temp_esterno
  38. name: Temperatura
  39. show_fill: true
  40. show_graph: true
  41. show_indicator: false
  42. show_legend: true
  43. show_line: true
  44. show_state: true
  45. height: 40
  46. hour24: true
  47. points_per_hour: 1
  48. hours_to_show: 24
  49. icon: ' '
  50. line_width: 2
  51. font_size: 100
  52. name: Temperatura
  53. show:
  54. average: true
  55. extrema: true
  56. fill: true
  57. graph: true
  58. icon_adaptive_color: true
  59. labels: false
  60. labels_secondary: true
  61. name_adaptive_color: true
  62. points: true
  63. state: true
  64. attributes:
  65. label: CORTILE
  66. icon: mdi:flower-tulip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement