Advertisement
Guest User

Untitled

a guest
May 4th, 2025
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. type: custom:bubble-card
  2. card_type: button
  3. button_type: slider
  4. modules:
  5. - default
  6. - get_state_attribute
  7. - sub_button_coloring
  8. - main_button_coloring
  9. - subbutton_below
  10. entity: light.living_room_corner
  11. name: Living Room
  12. icon: mdi:sofa
  13. show_attribute: true
  14. get_state_attribute:
  15. - entity: sensor.living_room_thermometer_temperature
  16. - entity: sensor.living_room_thermometer_humidity
  17. sub_button:
  18. - entity: binary_sensor.magic_areas_presence_tracking_living_room_area_state
  19. icon: mdi:walk
  20. light_background: true
  21. state_background: true
  22. visibility:
  23. - condition: state
  24. entity: binary_sensor.magic_areas_presence_tracking_living_room_area_state
  25. state: "on"
  26. - icon: phu:ceiling-fugato-three-alt
  27. tap_action:
  28. action: toggle
  29. state_background: true
  30. entity: light.lounge_left
  31. show_icon: true
  32. hold_action:
  33. action: more-info
  34. - icon: hue:sync-box
  35. state_background: false
  36. tap_action:
  37. action: toggle
  38. entity: select.sync_box_entertainment_area
  39. show_arrow: false
  40. - entity: light.lounge_right
  41. name: ""
  42. icon: hue:ceiling-fugato-three-alt
  43. hold_action:
  44. action: more-info
  45. tap_action:
  46. action: toggle
  47. grid_options:
  48. rows: 2
  49. columns: 6
  50. card_layout: large-sub-buttons-grid
  51. rows: "2"
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement