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

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: