#Close button

1 messages · Page 1 of 1 (latest)

plucky berry
#

Hey,

im new to creating/settings dashboards and HA in general. i found this awesome looking dashboard on github and im now trying to fix all errors etc with knowledge i have from development.

However theres this popup with an X. the X button does absolutely nothing. Ive attached an image. and ill also leave the yaml for this specific popup (if anything else is required lmk pls)

type: vertical-stack
cards:
  - type: custom:bubble-card
    card_type: pop-up
    name: Living room
    icon: mdi:sofa-outline
    hash: "#living-room"
    button_type: name
    card_layout: large
    sub_button:
      main: []
      bottom: []
  - type: custom:mushroom-chips-card
    chips:
      - type: entity
        entity: binary_sensor.living_room_presence_sensor_occupancy
        icon_color: yellow
        content_info: last-changed
        icon: mdi:motion-sensor
      - type: entity
        entity: binary_sensor.living_room_window_door_sensor
        icon_color: red
        icon: mdi:window-closed-variant
    alignment: center
  - type: heading
    icon: mdi:thermostat
    heading: Climate
    heading_style: title
    badges:
      - type: entity
        show_state: true
        show_icon: true
        entity: sensor.temperatuur_sensor_kamer_temperature
        color: red
        tap_action:
          action: more-info
      - type: entity
        show_state: true
        show_icon: true
        entity: sensor.temperatuur_sensor_kamer_humidity
        color: blue
        tap_action:
          action: more-info
  - type: heading
    icon: mdi:thermostat
    heading: Climate
    heading_style: title
    badges:
      - type: entity
        show_state: false
        show_icon: true
        entity: climate.thermostaat_woonkamer
        icon: mdi:cctv
        color: red
        tap_action:
          action: toggle```