lawrencehead

declutter-roomHeader

Apr 28th, 2025
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. decluttering_templates:
  2. room_header:
  3. card:
  4. type: vertical-stack
  5. cards:
  6. - type: horizontal-stack
  7. cards:
  8. - type: custom:mushroom-chips-card
  9. chips:
  10. - type: template
  11. icon: mdi:arrow-left
  12. tap_action:
  13. action: navigate
  14. navigation_path: ./default_view
  15. - type: conditional
  16. conditions:
  17. - entity: '[[entity]]_temperature'
  18. state_not: unavailable
  19. card:
  20. type: horizontal-stack
  21. cards:
  22. - type: custom:modern-circular-gauge-badge
  23. entity: '[[entity]]_temperature'
  24. needle: true
  25. show_state: true
  26. show_icon: true
  27. show_name: true
  28. unit: °C
  29. min: 10
  30. max: 40
  31. smooth_segments: true
  32. name: Temperature
  33. segments:
  34. - from: 10
  35. color:
  36. - 0
  37. - 230
  38. - 230
  39. - from: 17
  40. color:
  41. - 0
  42. - 200
  43. - 0
  44. - from: 22
  45. color:
  46. - 230
  47. - 180
  48. - 0
  49. - from: 30
  50. color:
  51. - 230
  52. - 0
  53. - 0
  54. - type: custom:modern-circular-gauge-badge
  55. entity: '[[entity]]_humidity'
  56. needle: true
  57. show_state: true
  58. show_icon: true
  59. show_name: true
  60. unit: '%'
  61. min: 0
  62. max: 100
  63. smooth_segments: true
  64. name: Humidity
  65. segments:
  66. - from: 0
  67. color:
  68. - 0
  69. - 230
  70. - 230
  71. - from: 30
  72. color:
  73. - 0
  74. - 200
  75. - 0
  76. - from: 60
  77. color:
  78. - 230
  79. - 0
  80. - 0
  81. - type: custom:mushroom-title-card
  82. title: '[[room_name]]'
Advertisement
Add Comment
Please, Sign In to add comment