Skip to content

Icon Option > Incorrect Behaviour with v2.3 #221

@cyclistguy

Description

@cyclistguy

The problem

I have the "Icon" option set to false previously for several different buttons. With the most recent update, this functionality seems to no longer be working. In all my code where setting icon = false, the icon is now displayed.
Example:

card:
  state_color: true
  show_header_toggle: false
  title: Hose Controller
  type: entities
  entities:
    - type: custom:paper-buttons-row
      base_config:
        icon: false
        styles:
          button:
            border-radius: 2px
            height: 20px
            width: 70px
      buttons:
        - entity: script.run_orbit
          name: Run
          state_styles:
            "off":
              button:
                background-color: green
              name:
                color: "#e7e7e7"
            "on":
              button:
                background-color: green

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions