Advertisement
caffeinated00

master bathroom

May 3rd, 2025
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. type: custom:bubble-card
  2. card_type: button
  3. button_type: switch
  4. modules:
  5. - default
  6. - get_state_attribute
  7. - sub_button_coloring
  8. - main_button_coloring
  9. - subbutton_below
  10. entity: light.bathroom_dimmer
  11. name: Master Bathroom
  12. icon: m3o:shower
  13. show_attribute: true
  14. get_state_attribute:
  15. - entity: sensor.aqara_temp_humidity_sensor_temperature
  16. - entity: sensor.aqara_temp_humidity_sensor_humidity
  17. sub_button:
  18. - entity: light.master_toilet_bulb_zb
  19. tap_action:
  20. action: toggle
  21. icon: mdi:paper-roll-outline
  22. light_background: true
  23. state_background: false
  24. - entity: switch.bathroom_fan
  25. icon: mdi:fan
  26. state_background: false
  27. tap_action:
  28. action: toggle
  29. - entity: switch.master_toilet_fan
  30. icon: m3rf:fan-indirect
  31. tap_action:
  32. action: toggle
  33. state_background: false
  34. sub_button_coloring:
  35. button_1:
  36. entity: light.master_toilet_bulb_zb
  37. on_color: "#A699C0"
  38. on_icon_color: "#4D4356"
  39. defaults:
  40. off_color: "#353535"
  41. off_icon_color: "#DBDBDB"
  42. button_2:
  43. entity: switch.bathroom_fan
  44. on_color: "#8B7781"
  45. on_icon_color: "#E5C4D3"
  46. button_3:
  47. entity: switch.master_toilet_fan
  48. on_color: "#415671"
  49. on_icon_color: "#97B4C2"
  50. main_button_coloring:
  51. entity: light.bathroom_dimmer
  52. on_color: "#DEAEA9"
  53. on_icon_color: "#DEAEA9"
  54. grid_options:
  55. columns: 6
  56. rows: 2
  57. card_layout: large-sub-buttons-grid
  58.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement