#bubble-card not working with Name/Text option

1 messages · Page 1 of 1 (latest)

grave zephyr
#

Im trying to use just Name/Text option, and when I add an event tap to button - navigate and some hashtag #test it restarts soon I save the changes. Anyone had this issue?

young spire
#

post your code. don't know what you have set up

grave zephyr
#

this is the main block:

type: vertical-stack
cards:
  - type: custom:mushroom-title-card
    title: Livingroom
    subtitle: Trenutna temperatura je 0 °C
  - type: custom:mushroom-cover-card
    entity: cover.livingroom
    fill_container: false
    show_position_control: true
    show_buttons_control: false
  - type: custom:bubble-card
    card_type: button
    entity: light.uuu
    button_type: switch
    name: Livingroom Lights
    icon: mdi:string-lights
    show_icon: true
    use_accent_color: true
    sub_button:
      - entity: light.livingroom_main
        tap_action:
          action: navigate
          navigation_path: "#livingroomlights"
    tap_action:
      action: navigate
      navigation_path: "#livingroomlights"
#

and this is the popup
type: vertical-stack
cards:

  • type: custom:bubble-card
    card_type: pop-up
    hash: "#livingroomlights"
  • type: custom:mushroom-title-card
    title: Livingroom Lights
  • type: custom:mushroom-light-card
    entity: light.livingroom_ceiling_left
    use_light_color: true
    show_brightness_control: true
    collapsible_controls: true
    name: Plafon Levo
  • type: custom:mushroom-light-card
    entity: light.livingroom_ceiling_right
    use_light_color: true
    show_brightness_control: true
    collapsible_controls: true
    name: Plafon Desno