lambolighting

Untitled

Aug 6th, 2025
772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.22 KB | Source Code | 0 0
  1. type: vertical-stack
  2. cards:
  3.   - type: custom:bubble-card
  4.     card_type: pop-up
  5.     name: Living room
  6.     icon: mdi:sofa-outline
  7.     hash: "#living-room"
  8.     button_type: name
  9.     sub_button:
  10.       - entity: binary_sensor.entrance_door_sensor_contact
  11.         show_last_changed: true
  12.         show_state: false
  13.         show_last_updated: false
  14.   - type: custom:bubble-card
  15.     card_type: separator
  16.     name: Temps
  17.     icon: mdi:thermometer
  18.     sub_button:
  19.       - entity: sensor.living_room_temp_sensor_temperature
  20.         show_state: true
  21.         state_background: false
  22.         show_background: true
  23.         show_icon: true
  24.         name: ""
  25.       - entity: sensor.living_room_temp_sensor_humidity
  26.         state_background: false
  27.         show_state: true
  28.   - type: custom:bubble-card
  29.     card_type: separator
  30.     name: Lights
  31.     icon: mdi:lightbulb-outline
  32.   - type: horizontal-stack
  33.     cards:
  34.       - type: custom:bubble-card
  35.         card_type: button
  36.         button_type: slider
  37.         entity: light.yeelight_color_0x7e3e200
  38.         show_state: true
  39.         name: Desk Lamp
  40.         icon: mdi:desk-lamp
  41.         allow_light_slider_to_0: true
  42.       - type: custom:bubble-card
  43.         card_type: button
  44.         button_type: slider
  45.         entity: light.lr_decorative_lamp
  46.         show_state: true
  47.         name: Decorative Light
  48.         icon: mdi:track-light
  49.         allow_light_slider_to_0: true
  50.   - type: custom:bubble-card
  51.     card_type: separator
  52.     name: Media
  53.     icon: mdi:multimedia
  54.   - type: horizontal-stack
  55.     cards: []
  56.   - type: custom:bubble-card
  57.     card_type: media-player
  58.     button_type: slider
  59.     entity: media_player.lg_webos_tv_qned756ra
  60.     show_state: true
  61.     name: LG TV
  62.     icon: phu:lg
  63.   - type: custom:bubble-card
  64.     card_type: media-player
  65.     button_type: slider
  66.     entity: media_player.bedroom_tv
  67.     show_state: true
  68.     name: TV Box
  69.     icon: phu:androidtv
  70.   - type: custom:bubble-card
  71.     card_type: media-player
  72.     button_type: slider
  73.     entity: media_player.nikos_desktop
  74.     show_state: true
  75.     name: PC
  76.     icon: mdi:desktop-classic
  77.   - type: custom:lg-remote-control
  78.     entity: media_player.lg_webos_tv_qned756ra
  79.     dimensions:
  80.       scale: "0.75"
  81.  
Advertisement
Add Comment
Please, Sign In to add comment